Click or drag to resize

QRCodeBuilderCreateQRCode(String, NullableSKSize) Method

Convert custom data to QR code as SkiaSharp.SKBitmap

Namespace: SautinSoft.Document.Sources.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.12.16
Syntax
public static SKBitmap CreateQRCode(
	string data,
	SKSize? size = null
)

Parameters

data  String
Custom data
size  NullableSKSize  (Optional)
Size bitmap in pixels. Default: number of squares of QR code in a line * 4

Return Value

SKBitmap
QR code as SkiaSharp.SKBitmap
See Also