C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the password to use when loading encrypted files.
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');
The password to use when loading encrypted files. Default value is an empty string.
Use an empty string a null reference to disable the use of a password.
For an example, refer to CodecsPdfOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET