'Declaration <CategoryAttribute("Appearance")> <DefaultValueAttribute(1)> <DescriptionAttribute("The X/Y ratio of single barcode module.")> Public Property ModuleXYRatio As System.Int32
[Category("Appearance")] [DefaultValue(1)] [Description("The X/Y ratio of single barcode module.")] public System.Int32 ModuleXYRatio { get; set; }
[Category("Appearance")] [DefaultValue(1)] [Description("The X/Y ratio of single barcode module.")] public: __property System.Int32 get_ModuleXYRatio(); public: __property void set_ModuleXYRatio(
System.Int32 value
);
[Category("Appearance")] [DefaultValue(1)] [Description("The X/Y ratio of single barcode module.")] 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.