VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormBarcodeField Class / DataPreparationSteps Property
Syntax Requirements SeeAlso
In This Topic
    DataPreparationSteps Property (PdfInteractiveFormBarcodeField)
    In This Topic
    Gets or sets the data preparation steps before barcode value encoding.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(Directly)>
    <CategoryAttribute("Common")>
    <DescriptionAttribute("The data preparation steps before barcode value encoding.")>
    Public Property DataPreparationSteps As BarcodeDataPreparationMode
    
    
    [DefaultValue(Directly)]
    [Category("Common")]
    [Description("The data preparation steps before barcode value encoding.")]
    public BarcodeDataPreparationMode DataPreparationSteps { get; set; }
    
    
    [DefaultValue(Directly)]
    [Category("Common")]
    [Description("The data preparation steps before barcode value encoding.")]
    public: __property BarcodeDataPreparationMode get_DataPreparationSteps();
    public: __property void set_DataPreparationSteps(
    BarcodeDataPreparationMode value
    );
    [DefaultValue(Directly)]
    [Category("Common")]
    [Description("The data preparation steps before barcode value encoding.")]
    public:
    property BarcodeDataPreparationMode DataPreparationSteps { BarcodeDataPreparationMode get(); void set(BarcodeDataPreparationMode value); }
    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