Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal password As String, _ ByVal directory As String, _ ByVal start As LeadPoint _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim password As String Dim directory As String Dim start As LeadPoint Dim instance As New ExtractMessageCommand(password, directory, 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.
Refer to ExtractMessageCommand.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)