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

Show in webframe

CheckBoxes Property








Gets the check boxes information.
Syntax
public IList<LeadRect> CheckBoxes {get;}
'Declaration
 
Public ReadOnly Property CheckBoxes As IList(Of LeadRect)
'Usage
 
Dim instance As AutoZoningCommand
Dim value As IList(Of LeadRect)
 
value = instance.CheckBoxes
@property (nonatomic, assign, readonly, nullable) LeadRect *checkboxes
public List<LeadRect> getCheckboxes()
 get_CheckBoxes(); 
public:
property IList<LeadRect>^ CheckBoxes {
   IList<LeadRect>^ get();
}

Property Value

IList`1 that represents the list of check boxes information.
Requirements

Target Platforms

See Also

Reference

AutoZoningCommand Class
AutoZoningCommand Members

Error processing SSI file