←Select platform

Message Property

Summary

This property is updated with the text extracted from the image.

Syntax

C#
VB
WinRT C#
C++
public string Message { get; } 
Public ReadOnly Property Message As String 
public string Message {get;} 
 get_Message();  
public: 
property String^ Message { 
   String^ get(); 
} 

Property Value

String that contains the text extracted from the image.

Example

Refer to ExtractMessageCommand.

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.Effects Assembly