'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.