Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

OwnerPassword Property








Gets or sets the owner password to use when saving encrypted files.
Syntax
public string OwnerPassword {get; set;}
'Declaration
 
Public Property OwnerPassword As String
'Usage
 
Dim instance As CodecsPdfSaveOptions
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 value)
            
 <br/>get_OwnerPassword();<br/>set_OwnerPassword(value);<br/>Object.defineProperty('OwnerPassword'); 
public:
property String^ OwnerPassword {
   String^ get();
   void set (    String^ value);
}

Property Value

The owner password to use when saving encrypted files.
Remarks
This should be provided to prevent users from changing access/protection settings.
Example
For an example, refer to CodecsPdfOptions.
Requirements

Target Platforms

See Also

Reference

CodecsPdfSaveOptions Class
CodecsPdfSaveOptions Members
Implementing PDF Features

Error processing SSI file