VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormBarcodeField Class / BarcodeSymbology Property
Syntax Remarks Requirements SeeAlso
In This Topic
    BarcodeSymbology Property (PdfInteractiveFormBarcodeField)
    In This Topic
    Gets or sets the barcode symbology of barcode field.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The barcode symbology of barcode field.")>
    <CategoryAttribute("Value")>
    Public Overridable Property BarcodeSymbology As BarcodeSymbologyType
    
    
    [Description("The barcode symbology of barcode field.")]
    [Category("Value")]
    public virtual BarcodeSymbologyType BarcodeSymbology { get; set; }
    
    
    [Description("The barcode symbology of barcode field.")]
    [Category("Value")]
    public: __property virtual BarcodeSymbologyType get_BarcodeSymbology();
    public: __property virtual void set_BarcodeSymbology(
    BarcodeSymbologyType value
    );
    [Description("The barcode symbology of barcode field.")]
    [Category("Value")]
    public:
    virtual property BarcodeSymbologyType BarcodeSymbology { BarcodeSymbologyType get(); void set(BarcodeSymbologyType value); }
    Remarks

    This property always sets the ErrorCorrectionCoefficient property to the default value for the specified symbology: PDF417 - 5(Level5), QR - 2(Q).

    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