Skip to content

M_QRCoder_Core_PostscriptQRCode_GetGraphic_3

Afonso Dutra Nogueira Filho edited this page Mar 28, 2024 · 2 revisions

GetGraphic(Int32, Boolean) Method

[Missing <summary> documentation for "M:QRCoder.Core.PostscriptQRCode.GetGraphic(System.Int32,System.Boolean)"]

Definition

Namespace: QRCoder.Core
Assembly: QRCoder.Core (in QRCoder.Core.dll) Version: 1.0.2+100b048b01076590efe500a3be242a5faeb43294
XMLNS for XAML: Not mapped to an xmlns.

C#

public string GetGraphic(
	int pointsPerModule,
	bool epsFormat = false
)

C++

public:
String^ GetGraphic(
	int pointsPerModule, 
	bool epsFormat = false
)

Parameters

  Int32
\[Missing <param name="pointsPerModule"/> documentation for "M:QRCoder.Core.PostscriptQRCode.GetGraphic(System.Int32,System.Boolean)"\]
  Boolean  (Optional)
\[Missing <param name="epsFormat"/> documentation for "M:QRCoder.Core.PostscriptQRCode.GetGraphic(System.Int32,System.Boolean)"\]

Return Value

String
[Missing <returns> documentation for "M:QRCoder.Core.PostscriptQRCode.GetGraphic(System.Int32,System.Boolean)"]

See Also

Reference

PostscriptQRCode Class
GetGraphic Overload
QRCoder.Core Namespace

Clone this wiki locally