Gets or sets a value that indicate the maximum number of rows to use when writing PDF417 symbols.
public int Rows { get; set; }
Public Property Rows As Integer
public int Rows {get; set;}
@property (nonatomic, assign) NSInteger rows
public int getRows()
public void setRows(int value)
<br/>get_Rows();<br/>set_Rows(value);<br/>Object.defineProperty('Rows');
An Int32 that indicate the maximum number of rows to use when writing PDF417 symbols. Must be a value between 0 and 90. The default value is 0.
The value of Rows and Columns are only used when the value of LimitByRowsAndColumns is true, otherwise, these values are not used and SymbolHeightAspectRatio and SymbolWidthAspectRatio are used instead.
A value of 0 for Rows or Columns means calculate the smallest rows and columns size required to write the data stored in PDF417BarcodeData.
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