VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormVintasoftBarcodeField Class / Padding Property
Syntax Requirements SeeAlso
In This Topic
    Padding Property (PdfInteractiveFormVintasoftBarcodeField)
    In This Topic
    Gets or sets the padding of the barcode.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The padding of the barcode.")>
    <CategoryAttribute("Appearance")>
    Public Property Padding As Vintasoft.Imaging.PaddingF
    
    
    [Description("The padding of the barcode.")]
    [Category("Appearance")]
    public Vintasoft.Imaging.PaddingF Padding { get; set; }
    
    
    [Description("The padding of the barcode.")]
    [Category("Appearance")]
    public: __property Vintasoft.Imaging.PaddingF get_Padding();
    public: __property void set_Padding(
    Vintasoft.Imaging.PaddingF value
    );
    [Description("The padding of the barcode.")]
    [Category("Appearance")]
    public:
    property Vintasoft.Imaging.PaddingF Padding { Vintasoft.Imaging.PaddingF get(); void set(Vintasoft.Imaging.PaddingF 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