Error processing SSI file
LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly)

Show in webframe

Rows Property






Gets or sets the number of rows to use when writing a PDF417 or MicroPDF417 symbol.
Syntax
[DataMemberAttribute(Name="Rows", IsRequired=true)]
public int Rows {get; set;}
'Declaration
 
<DataMemberAttribute(Name="Rows", IsRequired=True)>
Public Property Rows As Integer
'Usage
 
Dim instance As BarcodeWritePdf
Dim value As Integer
 
instance.Rows = value
 
value = instance.Rows

            

            
[DataMemberAttribute(Name="Rows", IsRequired=true)]
public:
property int Rows {
   int get();
   void set (    int value);
}

Property Value

Number of rows to use when writing a PDF417 symbol.
Example
For an example, refer to BarcodeWritePdf class example.
Requirements

Target Platforms

See Also

Reference

BarcodeWritePdf Class
BarcodeWritePdf Members

Error processing SSI file
Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features