![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Forms.DocumentWriters Namespace > PdfDocumentOptions Class : OwnerPassword Property |
public string OwnerPassword {get; set;}
'Declaration
Public Property OwnerPassword As String
'Usage
Dim instance As PdfDocumentOptions Dim value As String instance.OwnerPassword = value value = instance.OwnerPassword
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');
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.