←Select platform

Directory Property

Summary

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

Syntax
C#
VB
C++
public string Directory { get; set; } 
Public Property Directory As String 
public: 
property String^ Directory { 
   String^ get(); 
   void set (    String^ ); 
} 

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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly