GetBufferSize
IPDFDocument4 :: General document management :: Common

See Also
Collapse All

This method returns the size (in bytes) of a PDF file generated in memory.

Syntax

LONG GetBufferSize ()
Return value
Size (in bytes) of a PDF file generated in memory

Remarks

This method can be called to obtain a buffer size before a GetBuffer method call.

See the GetBuffer method for examples.

See Also

Reference