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

Show in webframe

Password Property (ExtractMessageCommand)








Gets or sets the password used when extracting the message from the image.
Syntax
public string Password {get; set;}
'Declaration
 
Public Property Password As String
'Usage
 
Dim instance As ExtractMessageCommand
Dim value As String
 
instance.Password = value
 
value = instance.Password
public string Password {get; set;}
 <br/>get_Password();<br/>set_Password(value);<br/>Object.defineProperty('Password'); 
public:
property String^ Password {
   String^ get();
   void set (    String^ value);
}

Property Value

Password used when extracting the message from the image.
Example
Refer to ExtractMessageCommand.
Requirements

Target Platforms

See Also

Reference

ExtractMessageCommand Class
ExtractMessageCommand Members

Error processing SSI file