Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

CombinedTextBlocks Property








Gets the text area resulting from applying the text blur detector command.
Syntax
public LeadRect CombinedTextBlocks {get;}
'Declaration
 
Public ReadOnly Property CombinedTextBlocks As LeadRect
'Usage
 
Dim instance As TextBlurDetectorCommand
Dim value As LeadRect
 
value = instance.CombinedTextBlocks
public LeadRect CombinedTextBlocks {get;}
@property (nonatomic, assign, readonly) LeadRect combinedTextBlocks
public LeadRect getCombinedTextBlocks()
 get_CombinedTextBlocks(); 
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

See Also

Reference

TextBlurDetectorCommand Class
TextBlurDetectorCommand Members

Error processing SSI file