Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > PDF417BarcodeWriteOptions Class : XModuleAspectRatio Property |
[DisplayNameAttribute("XModule aspect ratio")] [DefaultValueAttribute()] [DescriptionAttribute("The ratio of the width of the smallest element (XModule) to the height of a row of the PDF417 symbol. Must be value greater than or equal to 1")] [CategoryAttribute(" Size")] public int XModuleAspectRatio {get; set;}
'Declaration
<DisplayNameAttribute("XModule aspect ratio")> <DefaultValueAttribute()> <DescriptionAttribute("The ratio of the width of the smallest element (XModule) to the height of a row of the PDF417 symbol. Must be value greater than or equal to 1")> <CategoryAttribute(" Size")> Public Property XModuleAspectRatio As Integer
'Usage
Dim instance As PDF417BarcodeWriteOptions Dim value As Integer instance.XModuleAspectRatio = value value = instance.XModuleAspectRatio
[DisplayNameAttribute("XModule aspect ratio")] [DefaultValueAttribute()] [DescriptionAttribute("The ratio of the width of the smallest element (XModule) to the height of a row of the PDF417 symbol. Must be value greater than or equal to 1")] [CategoryAttribute(" Size")] public int XModuleAspectRatio {get; set;}
@property (nonatomic, assign) NSInteger xModuleAspectRatio
public int getXModuleAspectRatio() public void setXModuleAspectRatio(int value)
DisplayNameAttribute("XModule aspect ratio") DefaultValueAttribute() DescriptionAttribute("The ratio of the width of the smallest element (XModule) to the height of a row of the PDF417 symbol. Must be value greater than or equal to 1") CategoryAttribute(" Size") <br/>get_XModuleAspectRatio();<br/>set_XModuleAspectRatio(value);<br/>Object.defineProperty('XModuleAspectRatio');
[DisplayNameAttribute("XModule aspect ratio")] [DefaultValueAttribute()] [DescriptionAttribute("The ratio of the width of the smallest element (XModule) to the height of a row of the PDF417 symbol. Must be value greater than or equal to 1")] [CategoryAttribute(" Size")] public: property int XModuleAspectRatio { int get(); void set ( int value); }
For more information, refer to Writing Barcodes - Bounds and XModule.
For an example, refer to PDF417BarcodeWriteOptions.