VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormBarcodeField Class / ModuleXYRatio Property
Syntax Requirements SeeAlso
In This Topic
    ModuleXYRatio Property (PdfInteractiveFormBarcodeField)
    In This Topic
    Gets or sets the X/Y ratio of single barcode module.
    Syntax
    'Declaration
    
    <CategoryAttribute("Appearance")>
    <DescriptionAttribute("The X/Y ratio of single barcode module.")>
    <DefaultValueAttribute(1)>
    Public Property ModuleXYRatio As System.Int32
    
    
    [Category("Appearance")]
    [Description("The X/Y ratio of single barcode module.")]
    [DefaultValue(1)]
    public System.Int32 ModuleXYRatio { get; set; }
    
    
    [Category("Appearance")]
    [Description("The X/Y ratio of single barcode module.")]
    [DefaultValue(1)]
    public: __property System.Int32 get_ModuleXYRatio();
    public: __property void set_ModuleXYRatio(
    System.Int32 value
    );
    [Category("Appearance")]
    [Description("The X/Y ratio of single barcode module.")]
    [DefaultValue(1)]
    public:
    property System.Int32 ModuleXYRatio { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    For PDF417, the acceptable ratio range shall be from 1 to 4. For QRCode and DataMatrix, this ratio shall always be 1.
    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