VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormBarcodeField Class / ModuleWidth Property
Syntax Requirements SeeAlso
In This Topic
    ModuleWidth Property (PdfInteractiveFormBarcodeField)
    In This Topic
    Gets or sets the width, in inches, of single barcode module.
    Syntax
    'Declaration
    
    <CategoryAttribute("Appearance")>
    <DescriptionAttribute("The width, in inches, of single barcode module.")>
    Public Property ModuleWidth As Single
    
    
    [Category("Appearance")]
    [Description("The width, in inches, of single barcode module.")]
    public float ModuleWidth { get; set; }
    
    
    [Category("Appearance")]
    [Description("The width, in inches, of single barcode module.")]
    public: __property float get_ModuleWidth();
    public: __property void set_ModuleWidth(
    float value
    );
    [Category("Appearance")]
    [Description("The width, in inches, of single barcode module.")]
    public:
    property float ModuleWidth { float get(); void set(float 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