C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the owner password to use when saving encrypted files.
public string OwnerPassword { get; set; }
Public Property OwnerPassword As String
public string OwnerPassword {get; set;}
@property (nonatomic, copy, nullable) NSString *ownerPassword
public String getOwnerPassword()
public void setOwnerPassword(String value)
<br/>get_OwnerPassword();<br/>set_OwnerPassword(value);<br/>Object.defineProperty('OwnerPassword');
The owner password to use when saving encrypted files.
This should be provided to prevent users from changing access/protection settings.
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