←Select platform

OwnerPassword Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public string OwnerPassword { get; set; } 
Public Property OwnerPassword As String 
@property (nonatomic, copy, nullable) NSString *ownerPassword 
public String getOwnerPassword() 
public void setOwnerPassword(String value) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly