C#
VB
Java
Objective-C
WinRT C#
C++
Gets the zones that represent the out-of-focus blocks after the text blur detector command has been applied.
public LeadRect[] OutOfFocusBlocks { get; }
Public ReadOnly Property OutOfFocusBlocks As Leadtools.LeadRect()
public [Leadtools.LeadRect[]](../l/leadrect.md) OutOfFocusBlocks {get;}
@property (nonatomic, strong, readonly) NSMutableArray<NSValue *> *outOfFocusBlocks //LeadRect
public ArrayList<LeadRect> getOutOfFocusBlocks()
get_OutOfFocusBlocks();
public:
property Leadtools.array<LeadRect>^ OutOfFocusBlocks {
Leadtools.array<LeadRect>^ get();
}
An array of LeadRect, each of which contains the 4 corners of an out-of-focus block.
Refer to TextBlurDetectorCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET