Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Columns Property








Gets or sets the number of columns in the table zone.
Syntax
public int Columns {get; set;}
'Declaration
 
Public Property Columns As Integer
'Usage
 
Dim instance As LeadZoneTableData
Dim value As Integer
 
instance.Columns = value
 
value = instance.Columns
public int Columns {get; set;}
@property (nonatomic, assign) NSUInteger columns
public int getColumns()
public void setColumns(int value)
            
 <br/>get_Columns();<br/>set_Columns(value);<br/>Object.defineProperty('Columns'); 
public:
property int Columns {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the number of columns in the table zone.
Example
Refer to AutoZoningCommand example.
Requirements

Target Platforms

See Also

Reference

LeadZoneTableData Class
LeadZoneTableData Members

Error processing SSI file