LEADTOOLS Image File Support (Leadtools.Codecs assembly)

UserPassword Property

Show in webframe







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) NSString* userPassword;
public String getUserPassword()
public void setUserPassword(String value)
            
 
get_UserPassword();
set_UserPassword(value);
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 Plug in Features

 

 


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