VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / SwissQRCodeBarcodeSymbology Class / CreateLogo Methods / CreateLogo(Single,Single,WriterSettings,VintasoftRectF) Method
Syntax Requirements SeeAlso
In This Topic
    CreateLogo(Single,Single,WriterSettings,VintasoftRectF) Method (SwissQRCodeBarcodeSymbology)
    In This Topic
    Creates the logo for Swiss QR Code barcode.
    Syntax

    Parameters

    barcodeImageWidth
    Width of the barcode image, in pixels.
    barcodeImageHeight
    Height of the barcode image, in pixels.
    settings
    The writer settings that was used to generate barcode image.
    logoBoundingBox
    The background bounding box of logo.

    Return Value

    A new instance of BarcodePathData object.
    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