OutputByteStream
IPDFDocument3 :: General document methods

See Also
Collapse All

This property returns a generated PDF document as a string.

Syntax

BSTR OutputByteStream { get; }
Value
Generated PDF file as a string

Remarks

OutputByteStream returns a generated PDF file as a string and can be used for streaming output to the PDF. This property is available only with PDF documents created in memory when GenerateInMemoryFile is VARIANT_TRUE.

Equivalent in new interface: IPDFDocument4::GetBufferAsBSTR.

See Also

Reference