QRCodeBuilderCreateQRCode(String, NullableSKSize) Method |
Convert custom data to QR code as SkiaSharp.SKBitmap
Namespace: SautinSoft.Document.Sources.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.12.16
Syntaxpublic static SKBitmap CreateQRCode(
string data,
SKSize? size = null
)
Public Shared Function CreateQRCode (
data As String,
Optional size As SKSize? = Nothing
) As SKBitmap
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
SKBitmapQR code as SkiaSharp.SKBitmap
See Also