VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / SwissQRCodeBarcodeSymbology Class / CreateLogo Methods / CreateLogo(Single) Method
Syntax Requirements SeeAlso
In This Topic
    CreateLogo(Single) Method (SwissQRCodeBarcodeSymbology)
    In This Topic
    Creates the logo for Swiss QR Code barcode.
    Syntax
    'Declaration
    
    Public Overloads Shared Function CreateLogo( _
    ByVal logoSize
    Size of the logo.
    As Single _
    ) As Vintasoft.Barcode.BarcodePathData
    public static Vintasoft.Barcode.BarcodePathData CreateLogo(
    float logoSize
    )
    public: static Vintasoft.Barcode.BarcodePathData* CreateLogo(
    float logoSize
    )

    Parameters

    logoSize
    Size of the 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