←Select platform

CheckBoxes Property

Summary

Gets the check boxes information.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public IList<LeadRect> CheckBoxes { get; } 
Public ReadOnly Property CheckBoxes As IList(Of LeadRect) 
public Windows.Foundation.Collections.IVector //In WinRT the IList interface is replaced by IVector<LeadRect> CheckBoxes {get;} 
@property (nonatomic, assign, readonly, nullable) LeadRect *checkboxes 
public List<LeadRect> getCheckboxes() 
 get_CheckBoxes();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly