←Select platform

Password Property

Summary

Gets or sets the string that contains the password that will be used when adding the message to the image.

Syntax

C#
VB
WinRT C#
C++
public string Password { get; set; } 
Public Property Password As String 
public string Password {get; set;} 
 <br/>get_Password();<br/>set_Password(value);<br/>Object.defineProperty('Password');  
public: 
property String^ Password { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

Password that will be used when adding the message to the image. To use the default password set this property to null. The default password is, "LEAD Technologies".

Example

Refer to FileName.

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.ImageProcessing.Effects Assembly