←Select platform

Password Property (CodecsSaveOptions)

Summary

Gets or sets the password used when saving encrypted files.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public string Password {get; set;} 
Public Property Password As String 
public string Password {get; set;} 
@property (nonatomic, copy, nullable) NSString *password 
public String getPassword() 
public void setPassword(String value) 
             
  
get_Password(); 
set_Password(value); 
Object.defineProperty('Password');  
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

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