VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms.AppearanceGenerators Namespace / PdfBarcodeFieldAppearanceGenerator Class / BarcodeSymbology Property
Syntax Requirements SeeAlso
In This Topic
    BarcodeSymbology Property (PdfBarcodeFieldAppearanceGenerator)
    In This Topic
    Gets or sets the barcode symbology.
    Syntax
    'Declaration
    
    <CategoryAttribute("Barcode")>
    <DescriptionAttribute("The barcode symbology.")>
    Public Property BarcodeSymbology As Vintasoft.Imaging.Pdf.Tree.InteractiveForms.BarcodeSymbologyType
    
    
    [Category("Barcode")]
    [Description("The barcode symbology.")]
    public Vintasoft.Imaging.Pdf.Tree.InteractiveForms.BarcodeSymbologyType BarcodeSymbology { get; set; }
    
    
    [Category("Barcode")]
    [Description("The barcode symbology.")]
    public: __property Vintasoft.Imaging.Pdf.Tree.InteractiveForms.BarcodeSymbologyType get_BarcodeSymbology();
    public: __property void set_BarcodeSymbology(
    Vintasoft.Imaging.Pdf.Tree.InteractiveForms.BarcodeSymbologyType value
    );
    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