←Select platform

Password Property

Summary
Gets or sets the password used when saving encrypted files.
Syntax
C#
VB
Objective-C
C++
Java
public string Password { get; set; } 
Public Property Password As String 
@property (nonatomic, copy, nullable) NSString *password 
public String getPassword() 
public void setPassword(String value) 
public: 
property String^ Password { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The password used when saving encrypted files.

Example

For an example, refer to CodecsOptions.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.