LEADTOOLS Image File Support (Leadtools.Codecs assembly)

OwnerPassword Property

Show in webframe







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) NSString* ownerPassword;
public String getOwnerPassword()
public void setOwnerPassword(String value)
            
 
get_OwnerPassword();
set_OwnerPassword(value);
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 Plug in Features

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.