Leadtools.Barcode Namespace > MicroPDF417BarcodeWriteOptions Class : XModuleAspectRatio Property |
[DefaultValueAttribute()] [DisplayNameAttribute("XModule aspect ratio")] [CategoryAttribute(" Size")] [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")] public int XModuleAspectRatio {get; set;}
'Declaration <DefaultValueAttribute()> <DisplayNameAttribute("XModule aspect ratio")> <CategoryAttribute(" Size")> <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")> Public Property XModuleAspectRatio As Integer
'Usage Dim instance As MicroPDF417BarcodeWriteOptions Dim value As Integer instance.XModuleAspectRatio = value value = instance.XModuleAspectRatio
[DefaultValueAttribute()] [DisplayNameAttribute("XModule aspect ratio")] [CategoryAttribute(" Size")] [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")] public int XModuleAspectRatio {get; set;}
ObjectiveC Syntax
Java Syntax
DefaultValueAttribute() DisplayNameAttribute("XModule aspect ratio") CategoryAttribute(" Size") 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") get_XModuleAspectRatio();
set_XModuleAspectRatio(value);
[DefaultValueAttribute()] [DisplayNameAttribute("XModule aspect ratio")] [CategoryAttribute(" Size")] [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")] 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.
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