![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > PDF417BarcodeWriteOptions Class : Rows Property |
[DefaultValueAttribute()] [DisplayNameAttribute("Rows")] [CategoryAttribute(" Size")] [DescriptionAttribute("The number or limits of rows to use when writing the symbol. Only used when Limit by rows and columns is true. Must be a value greater to or equal to 0")] public int Rows {get; set;}
'Declaration
<DefaultValueAttribute()> <DisplayNameAttribute("Rows")> <CategoryAttribute(" Size")> <DescriptionAttribute("The number or limits of rows to use when writing the symbol. Only used when Limit by rows and columns is true. Must be a value greater to or equal to 0")> Public Property Rows As Integer
'Usage
Dim instance As PDF417BarcodeWriteOptions Dim value As Integer instance.Rows = value value = instance.Rows
[DefaultValueAttribute()] [DisplayNameAttribute("Rows")] [CategoryAttribute(" Size")] [DescriptionAttribute("The number or limits of rows to use when writing the symbol. Only used when Limit by rows and columns is true. Must be a value greater to or equal to 0")] public int Rows {get; set;}
@property (nonatomic, assign) NSInteger rows
public int getRows() public void setRows(int value)
DefaultValueAttribute() DisplayNameAttribute("Rows") CategoryAttribute(" Size") DescriptionAttribute("The number or limits of rows to use when writing the symbol. Only used when Limit by rows and columns is true. Must be a value greater to or equal to 0") <br/>get_Rows();<br/>set_Rows(value);<br/>Object.defineProperty('Rows');
[DefaultValueAttribute()] [DisplayNameAttribute("Rows")] [CategoryAttribute(" Size")] [DescriptionAttribute("The number or limits of rows to use when writing the symbol. Only used when Limit by rows and columns is true. Must be a value greater to or equal to 0")] public: property int Rows { int get(); void set ( int value); }
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.