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

Show in webframe

Message Property (AddMessageCommand)








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;}
 <br/>get_Message();<br/>set_Message(value);<br/>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

Error processing SSI file