←Select platform

GlareArea Property

Summary

A LeadRect structure that represents the area containing the detected glare.

Syntax
C#
VB
Objective-C
C++
Java
public LeadRect GlareArea { get; } 
Public Property GlareArea As LeadRect() 
@property (nonatomic, assign, readonly) LeadRect glareArea; 
public LeadRect getGlareArea()             
public: 
property LeadRect GlareArea { 
   LeadRect get(); 
} 

Property Value

The detected glare area, or an empty rectangle value if no glare is detected.

Example

For an example, refer to 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