←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) 
             
  
get_OwnerPassword(); 
set_OwnerPassword(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize