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
| Name | Purpose |
|---|---|
DocStream | Stream instance used as the source or destination for byte data |
Return value
This member does not return a value
Usage notes
- Use this API in the document import and output workflow before the affected page, resource, field, or catalog object is finalised
- Keep object names, field names, resource names, and returned handles stable until the document is finalised