Leadtools.ImageProcessing.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Directory Property
See Also 
Leadtools.ImageProcessing.Effects Namespace > ExtractMessageCommand Class : Directory Property



Gets or sets the full path name of the directory in which to save the extracted file.

Syntax

Visual Basic (Declaration) 
Public Property Directory As String
Visual Basic (Usage)Copy Code
Dim instance As ExtractMessageCommand
Dim value As String
 
instance.Directory = value
 
value = instance.Directory
C# 
public string Directory {get; set;}
C++/CLI 
public:
property String^ Directory {
   String^ get();
   void set (String^ value);
}

Return Value

Full path name of the directory in which to save the extracted file. If the extracted message is a file this property is used to specify the path for saving the extracted file. To save the extracted file using the original path, set this property to null. If the extracted message is text this property has no effect.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also