Leadtools.Barcode Namespace > PDF417BarcodeWriteOptions Class : XModuleAspectRatio Property |
[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")] [DisplayNameAttribute("XModule aspect ratio")] public int XModuleAspectRatio {get; set;}
'Declaration <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")> <DisplayNameAttribute("XModule aspect ratio")> Public Property XModuleAspectRatio As Integer
'Usage Dim instance As PDF417BarcodeWriteOptions Dim value As Integer instance.XModuleAspectRatio = value value = instance.XModuleAspectRatio
[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")] [DisplayNameAttribute("XModule aspect ratio")] public int XModuleAspectRatio {get; set;}
ObjectiveC Syntax
Java Syntax
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") DisplayNameAttribute("XModule aspect ratio") get_XModuleAspectRatio();
set_XModuleAspectRatio(value);
[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")] [DisplayNameAttribute("XModule aspect ratio")] 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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2