C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the user password to use when saving encrypted files.
public string UserPassword { get; set; }
Public Property UserPassword As String
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');
The user password to use when saving encrypted files.
This should be provided to protect the document from being opened/read.
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