←Select platform

OwnerPassword Property

Summary

Gets or sets the owner password to use when saving encrypted files.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public string OwnerPassword { get; set; } 
Public Property OwnerPassword As String 
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^ ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly