←Select platform

DocumentArea Property

Summary

An array of LeadPoint structures that contains the points that represent the edges of the document that have been detected.

Syntax
C#
VB
Objective-C
C++
Java
public LeadPoint[] DocumentArea { get; } 
Public Property DocumentArea As LeadPoint() 
@property (nonatomic, strong, readonly, nullable) NSArray<NSValue *> *documentArea; 
public LeadPoint[] getDocumentArea()             
public: 
property array<LeadPoint>^ DocumentArea { 
   array<LeadPoint>^ get(); 
} 

Property Value

An array of points that represents the edges of the document that have been detected.

Example

for an example, please refer to the DetectDocumentCommand

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Kernel Assembly