←Select platform

Message Property

Summary

Gets or sets the string that will be added to the image.

Syntax

C#
VB
WinRT C#
C++
public string Message { get; set; } 
Public Property Message As String 
public string Message {get; set;} 
 <br/>get_Message();<br/>set_Message(value);<br/>Object.defineProperty('Message');  
public: 
property String^ Message { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

String that will be added to the image. If you want to add a file, set this property to null.

Example

Refer to AddMessageCommand.

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