Click or drag to resize

QRCodeBuilderCreateQRCode(String, DocumentCore, Int32) Method

Convert custom data to QR code as SautinSoft.Document.Drawing.Picture

Namespace: SautinSoft.Document.Sources.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.12.16
Syntax
public static Picture CreateQRCode(
	string data,
	DocumentCore doc,
	int scale = 100
)

Parameters

data  String
Custom data
doc  DocumentCore
DocumentCore object
scale  Int32  (Optional)

[Missing <param name="scale"/> documentation for "M:SautinSoft.Document.Sources.Drawing.QRCodeBuilder.CreateQRCode(System.String,SautinSoft.Document.DocumentCore,System.Int32)"]

Return Value

Picture
QR code as SautinSoft.Document.Drawing.Picture
See Also