←Select platform

CheckBoxes Property

Summary

Gets the check boxes information.

Syntax
C#
VB
Objective-C
C++
Java
public IList<LeadRect> CheckBoxes { get; } 
Public ReadOnly Property CheckBoxes As IList(Of LeadRect) 
@property (nonatomic, assign, readonly, nullable) LeadRect *checkboxes 
public List<LeadRect> getCheckboxes() 
public: 
property IList<LeadRect>^ CheckBoxes { 
   IList<LeadRect>^ get(); 
} 

Property Value

IList<T> that represents the list of check boxes information.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly