VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / SwissQRCodeBarcodeSymbology Class / DrawLogo(VintasoftBitmap,VintasoftRectF,WriterSettings) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    DrawLogo(VintasoftBitmap,VintasoftRectF,WriterSettings) Method (SwissQRCodeBarcodeSymbology)
    In This Topic
    Draws the Swiss QR Code logo on specified graphics.
    Syntax
    Remarks

    Important: This method will work only if .NET application has reference to the Vintasoft.Barcode.Gdi.dll, Vintasoft.Barcode.ImageSharp.dll, Vintasoft.Barcode.SkiaSharp.dll or Vintasoft.Barcode.Wpf.dll assembly. Reference is necessary because assemblies described above contain implementation of RasterizeBarcodePath(Int32,Int32,BarcodePathData,VintasoftColor,VintasoftColor,Single,Single,Single,Single,Boolean) method, which is necessary for rasterization of vector barcode.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also