GdPicture.NET.14.API
GdPicture14 Namespace / GdPicturePDFReducer Class / ProcessDocument Method / ProcessDocument(String,String) Method
The path to the file to be processed, which can be of any document type that is supported by the toolkit.
The path to the file where the result will be saved. If the specified file already exists, it will be overwritten.





In This Topic
ProcessDocument(String,String) Method
In This Topic
Runs a reduction process on the document provided as parameter.
Syntax
'Declaration
 
Public Overloads Function ProcessDocument( _
   ByVal InputPath As String, _
   ByVal OutputPath As String _
) As GdPictureStatus
public GdPictureStatus ProcessDocument( 
   string InputPath,
   string OutputPath
)
public function ProcessDocument( 
    InputPath: String;
    OutputPath: String
): GdPictureStatus; 
public function ProcessDocument( 
   InputPath : String,
   OutputPath : String
) : GdPictureStatus;
public: GdPictureStatus ProcessDocument( 
   string* InputPath,
   string* OutputPath
) 
public:
GdPictureStatus ProcessDocument( 
   String^ InputPath,
   String^ OutputPath
) 

Parameters

InputPath
The path to the file to be processed, which can be of any document type that is supported by the toolkit.
OutputPath
The path to the file where the result will be saved. If the specified file already exists, it will be overwritten.

Return Value

A member of the GdPictureStatus enumeration.
See Also