VintaSoft Barcode .NET SDK 15.2: Documentation for .NET developer
Vintasoft.Barcode Namespace / BarcodeWriter Class / GetBarcodeVectorStructure Methods / GetBarcodeVectorStructure() Method
Syntax Remarks Example Requirements SeeAlso
In This Topic
    GetBarcodeVectorStructure() Method (BarcodeWriter)
    In This Topic
    Returns barcode as a barcode vector structure.
    Syntax
    'Declaration
    
    Public Overloads Function GetBarcodeVectorStructure() As Vintasoft.Barcode.BarcodeStructure.BarcodeVectorStructure
    
    

    Return Value

    BarcodeVectorStructure that stores vector structure of a barcode.
    Remarks

    Method can be calles for any barcode type.

    Example

    Please see example here: BarcodeVectorStructure.

    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