←Select platform

CheckBoxes Property

Summary

Gets the check boxes information.

Syntax

C#
VB
WinRT C#
C++
public IVector<LeadRect> CheckBoxes {get;} 
Public ReadOnly Property CheckBoxes As IVector(Of LeadRect) 
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

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