LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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);
}

Property 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also