Gets or sets a value that indicates the ratio between the width of the smallest element (XModule) to the height of a row of the PDF417 symbol to use when writing PDF417 barcodes.
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 between the width of the smallest element (XModule) to the height of a row of the PDF417 symbol to use when writing. Must be a value greater than or equal to 1. The default value is 3.
For more information, refer to Writing Barcodes - Bounds and XModule.
For an example, refer to PDF417BarcodeWriteOptions.
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