LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Message Property (AddMessageCommand)

Show in webframe







Gets or sets the string that will be added to the image.
Syntax
public string Message {get; set;}
'Declaration
 
Public Property Message As String
'Usage
 
Dim instance As AddMessageCommand
Dim value As String
 
instance.Message = value
 
value = instance.Message
public string Message {get; set;}

            

            
 
get_Message();
set_Message(value);
Object.defineProperty('Message');
public:
property String^ Message {
   String^ get();
   void set (    String^ value);
}

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

See Also

Reference

AddMessageCommand Class
AddMessageCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.