←Select platform

Password Property

Summary

Gets or sets the password used when extracting the message from the image.

Syntax
C#
VB
C++
public string Password { get; set; } 
Public Property Password As String 
public: 
property String^ Password { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

Password used when extracting the message from the image.

Example

Refer to ExtractMessageCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Effects Assembly