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

Show in webframe

CheckBoxes Property








Gets the check boxes information.
Syntax
public IVector<LeadRect> CheckBoxes {get;}
'Declaration
 
Public ReadOnly Property CheckBoxes As IVector(Of LeadRect)
'Usage
 
Dim instance As AutoZoningCommand
Dim value As IVector(Of LeadRect)
 
value = instance.CheckBoxes
public IVector<LeadRect> CheckBoxes {get;}
 get_CheckBoxes(); 
public:
property IVector<LeadRect>^ CheckBoxes {
   IVector<LeadRect>^ get();
}

Property Value

IVector<LeadRect> that represents the list of check boxes information.
Requirements

Target Platforms

See Also

Reference

AutoZoningCommand Class
AutoZoningCommand Members

Error processing SSI file