Error processing SSI file
LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly)

Show in webframe

OwnerPassword Property








Gets or sets the owner password value to be used in the resulting PDF document.
Syntax
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'); 
public:
property String^ OwnerPassword {
   String^ get();
   void set (    String^ value);
}

Property Value

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.
Remarks

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.

Example
For an example, refer to PdfDocumentOptions.
Requirements

Target Platforms

See Also

Reference

PdfDocumentOptions Class
PdfDocumentOptions Members
DocumentWriter Class
Programming with LEADTOOLS Document Writers
Files to be Included with Your Application
Unlocking Special LEAD Features

Error processing SSI file
Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features