THotPDF.SaveToStream Method

Saves to stream output from the document import and output workflow to a file or stream. Prepare document metadata, pages, resources, signatures, and conformance options before invoking the save operation

Declaration

procedure SaveToStream(DocStream: TStream);

Unit

HPDFDoc

Parameters

NamePurpose
DocStreamStream instance used as the source or destination for byte data

Return value

This member does not return a value

Usage notes

Related APIs