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

Directory Property






Gets or sets the full path name of the directory in which to save the extracted file. .NET support WinRT support
Syntax
public string Directory {get; set;}
'Declaration
 
Public Property Directory As String
'Usage
 
Dim instance As ExtractMessageCommand
Dim value As String
 
instance.Directory = value
 
value = instance.Directory
public string Directory {get; set;}
 get_Directory();
set_Directory(value);
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
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

 

 


Products | Support | Contact Us | Copyright Notices

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