←Select platform

Data Property

Summary

Gets or sets the data array.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadPoint[] Data { get; set; } 
Public Property Data As Leadtools.LeadPoint() 
public [Leadtools.LeadPoint[]](../l/leadpoint.md) Data {get; set;} 
@property (nonatomic, copy, nullable) NSArray<NSValue *> *data //LeadPoint 
public LeadPoint[] getData() 
public void setData(LeadPoint[] value) 
             
 <br/>get_Data();<br/>set_Data(value);<br/>Object.defineProperty('Data');  

Property Value

The data array.

Example

Refer to SearchRegistrationMarksCommand.

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