LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

CheckBoxes Property

Show in webframe







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) LeadRect* checkBoxes;
public List<LeadRect> getCheckboxes()
 get_CheckBoxes(); 
public:
property IList<LeadRect>^ CheckBoxes {
   IList<LeadRect>^ get();
}

Property Value

IList that represents the list of check boxes information.
Requirements

Target Platforms

See Also

Reference

AutoZoningCommand Class
AutoZoningCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.