←Select platform

CombinedTextBlocks Property

Summary

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

Syntax

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

Property Value

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

Example

Refer to TextBlurDetectorCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly