LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)

Rows Property

Show in webframe





Gets or sets the number of rows to use when writing a PDF417 or MicroPDF417 symbol.
Syntax
public int Rows {get; set;}
'Declaration
 
Public Property Rows As Integer
'Usage
 
Dim instance As BarcodeWritePdf
Dim value As Integer
 
instance.Rows = value
 
value = instance.Rows

            

            
public:
property int Rows {
   int get();
   void set (    int value);
}

Property Value

Number of rows to use when writing a PDF417 symbol.
Requirements

Target Platforms

See Also

Reference

BarcodeWritePdf Class
BarcodeWritePdf Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.