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

Show in webframe

Columns Property






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

            

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

Property Value

Number of columns 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