←Select platform

CombinedTextBlocks Property

Summary

Gets the text area resulting from applying the text blur detector command.

Syntax
C#
VB
Objective-C
C++
Java
public LeadRect CombinedTextBlocks { get; } 
Public ReadOnly Property CombinedTextBlocks As LeadRect 
@property (nonatomic, assign, readonly) LeadRect combinedTextBlocks 
public LeadRect getCombinedTextBlocks() 
public: 
property LeadRect CombinedTextBlocks { 
   LeadRect get(); 
} 

Property Value

A LeadRect that contains the 4 corners of the text area.

Example

Refer to TextBlurDetectorCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly