Leadtools.Barcode Namespace > MicroPDF417BarcodeWriteOptions Class : XModuleAspectRatio Property |
[DescriptionAttribute("The ratio of the width of the smallest element (XModule) to the height of a row of the MicroPDF417 symbol. Must be value greater than or equal to 1")] [CategoryAttribute(" Size")] [DisplayNameAttribute("XModule aspect ratio")] [DefaultValueAttribute()] public int XModuleAspectRatio {get; set;}
'Declaration <DescriptionAttribute("The ratio of the width of the smallest element (XModule) to the height of a row of the MicroPDF417 symbol. Must be value greater than or equal to 1")> <CategoryAttribute(" Size")> <DisplayNameAttribute("XModule aspect ratio")> <DefaultValueAttribute()> Public Property XModuleAspectRatio As Integer
'Usage Dim instance As MicroPDF417BarcodeWriteOptions Dim value As Integer instance.XModuleAspectRatio = value value = instance.XModuleAspectRatio
[DescriptionAttribute("The ratio of the width of the smallest element (XModule) to the height of a row of the MicroPDF417 symbol. Must be value greater than or equal to 1")] [CategoryAttribute(" Size")] [DisplayNameAttribute("XModule aspect ratio")] [DefaultValueAttribute()] public int XModuleAspectRatio {get; set;}
@property (nonatomic, assign) int xModuleAspectRatio;
public int getXModuleAspectRatio() public void setXModuleAspectRatio(int value)
DescriptionAttribute("The ratio of the width of the smallest element (XModule) to the height of a row of the MicroPDF417 symbol. Must be value greater than or equal to 1") CategoryAttribute(" Size") DisplayNameAttribute("XModule aspect ratio") DefaultValueAttribute()
get_XModuleAspectRatio();
set_XModuleAspectRatio(value);
Object.defineProperty('XModuleAspectRatio');
[DescriptionAttribute("The ratio of the width of the smallest element (XModule) to the height of a row of the MicroPDF417 symbol. Must be value greater than or equal to 1")] [CategoryAttribute(" Size")] [DisplayNameAttribute("XModule aspect ratio")] [DefaultValueAttribute()] public: property int XModuleAspectRatio { int get(); void set ( int value); }
Use this property to control the width of height of the result MicroPDF417 barcode. The smallest element size is set in XModule
For more information, refer to Writing Barcodes - Bounds and XModule.
For an example, refer to MicroPDF417BarcodeWriteOptions.