GdPicture.NET.14.API
GdPicture14 Namespace / GdPicturePDFReducer Class / ProcessDocument Method / ProcessDocument(Stream,Stream) Method
The stream of the document to be processed, which can be of any document type that is supported by the toolkit.
The stream for saving the PDF produced by the reduction process.





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

Parameters

InputStream
The stream of the document to be processed, which can be of any document type that is supported by the toolkit.
OutputStream
The stream for saving the PDF produced by the reduction process.

Return Value

A member of the GdPictureStatus enumeration.
Remarks

This method requires the PDF Processing component to run.

See Also