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;}
get_OwnerPassword();
set_OwnerPassword(value);
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2