Gets or sets a value that indicates the height part of the aspect ratio for the symbol.
public int SymbolHeightAspectRatio { get; set; }
Public Property SymbolHeightAspectRatio As Integer
public int SymbolHeightAspectRatio {get; set;}
@property (nonatomic, assign) NSInteger symbolHeightAspectRatio
public int getSymbolHeightAspectRatio()
public void setSymbolHeightAspectRatio(int value)
<br/>get_SymbolHeightAspectRatio();<br/>set_SymbolHeightAspectRatio(value);<br/>Object.defineProperty('SymbolHeightAspectRatio');
An Int32 that indicates the height part of the aspect ratio for the symbol. Must be value greater than or equal to 1. The default value is 1.
Aspect ratio to use when writing PDF417 symbols is "Symbol height aspect ratio" divided by "Symbol width aspect ratio" or SymbolHeightAspectRatio/ SymbolWidthAspectRatio. The default values for these properties is 1 and 2 respectively, hence, the default aspect ratio is 1/2 or 0.5
Only used when the value of LimitByRowsAndColumns is false.
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