←Select platform

Rows Property (PDF417BarcodeWriteOptions)

Summary

Gets or sets a value that indicate the maximum number of rows to use when writing PDF417 symbols.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[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;} 
<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 
[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") 
  
get_Rows(); 
set_Rows(value); 
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 ); 
} 

Property Value

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.

Remarks

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.

Example

For an example, refer to PDF417BarcodeWriteOptions.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize