←Select platform

Data Property

Summary

Gets the extracted objects.

Syntax
C#
VB
C++
public ExObjData Data { get; } 
Public ReadOnly Property Data() As ExObjData 
   Get 
public:  
   property ExObjData^ Data 
   { 
      ExObjData^ get() 
   } 

Property Value

The extracted objects.

Remarks

Data needs to be freed by the user using ExObjData.Dispose() when it is no longer needed.

Example

For an example, refer to ExtractObjectsCommand.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.