Skip to content

M_QRCoder_Core_SvgQRCode_GetGraphic_3

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

GetGraphic(Int32) Method

Returns a QR code as SVG string

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 pixelsPerModule
)

C++

public:
String^ GetGraphic(
	int pixelsPerModule
)

Parameters

  Int32
The pixel size each b/w module is drawn

Return Value

String
SVG as string

See Also

Reference

SvgQRCode Class
GetGraphic Overload
QRCoder.Core Namespace

Clone this wiki locally