←Select platform

Password Property

Summary

Gets or sets the password to use when loading encrypted files.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public string Password { get; set; } 
Public Property Password As String 
public string Password {get; set;} 
@property (nonatomic, copy, nullable) NSString *password 
public String getPassword() 
public void setPassword(String value) 
             
 <br/>get_Password();<br/>set_Password(value);<br/>Object.defineProperty('Password');  
public: 
property String^ Password { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The password to use when loading encrypted files. Default value is an empty string.

Remarks

Use an empty string a null reference to disable the use of a password.

Example

For an example, refer to CodecsPdfOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly