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

Show in webframe

CheckBoxesCount Property








Get the length of check boxes array
Syntax
public uint CheckBoxesCount {get;}
'Declaration
 
Public ReadOnly Property CheckBoxesCount As UInteger
'Usage
 
Dim instance As AutoZoningCommand
Dim value As UInteger
 
value = instance.CheckBoxesCount
public uint CheckBoxesCount {get;}
@property (nonatomic, assign, readonly)           NSUInteger checkboxesCount
 get_CheckBoxesCount(); 
public:
property uint CheckBoxesCount {
   uint get();
}

Property Value

An Int32 that specifies the length of the array in checkBoxes property
Requirements

Target Platforms

See Also

Reference

AutoZoningCommand Class
AutoZoningCommand Members

Error processing SSI file