Gets or sets a value that indicate the ratio of the width of the smallest element (XModule) to the height of a row of the MicroPDF417 symbol.
public int XModuleAspectRatio { get; set; }
Public Property XModuleAspectRatio As Integer
public int XModuleAspectRatio {get; set;}
@property (nonatomic, assign) NSInteger xModuleAspectRatio
public int getXModuleAspectRatio()
public void setXModuleAspectRatio(int value)
<br/>get_XModuleAspectRatio();<br/>set_XModuleAspectRatio(value);<br/>Object.defineProperty('XModuleAspectRatio');
An Int32 that indicates 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. The default value is 3.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET