LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

Columns Property






Gets or sets the number of columns in the table zone. .NET support WinRT support
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;}
 get_Columns();
set_Columns(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadZoneTableData Class
LeadZoneTableData Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.