LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

ExtractMessageCommand Constructor(String,String,LeadPoint)






String that contains the password used when extracting the message from the image.
String that contains the full path name of the directory in which to save the extracted file. If the extracted message is a file this parameter is used to specify the path for saving the extracted file. To save the extracted file using the original path, set this parameter to null. If the extracted message is text this parameter has no effect.
LeadPoint at which the message will be extracted from the image.
Initializes a new ExtractMessageCommand class object with explicit parameters. .NET support WinRT support
Syntax
public ExtractMessageCommand( 
   string password,
   string directory,
   LeadPoint start
)
'Declaration
 
Public Function New( _
   ByVal password As String, _
   ByVal directory As String, _
   ByVal start As LeadPoint _
)
'Usage
 
Dim password As String
Dim directory As String
Dim start As LeadPoint
 
Dim instance As New ExtractMessageCommand(password, directory, start)
public ExtractMessageCommand( 
   string password,
   string directory,
   LeadPoint start
)
function ExtractMessageCommand( 
   password ,
   directory ,
   start 
)
public:
ExtractMessageCommand( 
   String^ password,
   String^ directory,
   LeadPoint start
)

Parameters

password
String that contains the password used when extracting the message from the image.
directory
String that contains the full path name of the directory in which to save the extracted file. If the extracted message is a file this parameter is used to specify the path for saving the extracted file. To save the extracted file using the original path, set this parameter to null. If the extracted message is text this parameter has no effect.
start
LeadPoint at which the message will be extracted from the image.
Example
Refer to ExtractMessageCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExtractMessageCommand Class
ExtractMessageCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.