LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

Message Property (AddMessageCommand)






Gets or sets the string that will be added to the image. .NET support WinRT support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AddMessageCommand Class
AddMessageCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.