VintaSoft Barcode .NET SDK 15.2: Documentation for .NET developer
Vintasoft.Barcode Namespace / BarcodeWriter Class / GetBarcodeVectorStructure Methods / GetBarcodeVectorStructure(Boolean) Method
Syntax Remarks Example Requirements SeeAlso
In This Topic
    GetBarcodeVectorStructure(Boolean) Method (BarcodeWriter)
    In This Topic
    Returns barcode as a barcode vector structure.
    Syntax
    'Declaration
    
    Public Overloads Function GetBarcodeVectorStructure( _
    ByVal convertTextToPath
    A value indicating whether the text elements must be converted to path elements.
    As Boolean _
    ) As Vintasoft.Barcode.BarcodeStructure.BarcodeVectorStructure

    Parameters

    convertTextToPath
    A value indicating whether the text elements must be converted to path elements.

    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