Owner password value to be used in the resulting PDF document.
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 ownerPassword)
<br/>get_OwnerPassword();<br/>set_OwnerPassword(value);<br/>Object.defineProperty('OwnerPassword');
A String that contains the user password value to be used. To reset the owner password, use either an empty string or null. Default value is null.
The owner password is used by PDF viewers to grant or deny editing the PDF document. For more information, refer to the Protected property.
The OwnerPassword property is only used when the Protected property is set to true.
Note that OwnerPassword is not supported when DocumentType is PdfDocumentType.PdfA.
For an example, refer to PdfDocumentOptions.
Programming with LEADTOOLS Document Writers
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