VintaSoft Barcode .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / BarcodeWriter Class / GetBarcodeStructure() Method
Syntax Exceptions Remarks Example Requirements SeeAlso
In This Topic
    GetBarcodeStructure() Method (BarcodeWriter)
    In This Topic
    Returns barcode as a barcode structure object.
    Syntax

    Return Value

    MatrixBarcodeStructure that stores structure of matrix barcode.
    Exceptions
    ExceptionDescription
    Thrown if barcode type is NOT specified OR barcode type is NOT supported OR data region is too large.
    Remarks

    Method can be calles only for the following barcode types: Aztec, QR Code, Micro QR, Data Matrix, Han Xin Code.

    Example

    Please see example here: BarcodeRenderer, MatrixBarcodeStructure.

    Requirements

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

    See Also