Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

UserPassword Property








Gets or sets the user password to use when saving encrypted files.
Syntax
public string UserPassword {get; set;}
'Declaration
 
Public Property UserPassword As String
'Usage
 
Dim instance As CodecsPdfSaveOptions
Dim value As String
 
instance.UserPassword = value
 
value = instance.UserPassword
public string UserPassword {get; set;}
@property (nonatomic, copy, nullable) NSString *userPassword
public String getUserPassword()
public void setUserPassword(String value)
            
 <br/>get_UserPassword();<br/>set_UserPassword(value);<br/>Object.defineProperty('UserPassword'); 
public:
property String^ UserPassword {
   String^ get();
   void set (    String^ value);
}

Property Value

The user password to use when saving encrypted files.
Remarks
This should be provided to protect the document from being opened/read.
Example
For an example, refer to CodecsPdfOptions.
Requirements

Target Platforms

See Also

Reference

CodecsPdfSaveOptions Class
CodecsPdfSaveOptions Members
Implementing PDF Features

Error processing SSI file