FlushDC
IPDFDocument4 :: General document management :: Metafiles

See Also
Collapse All

This method moves data from a device context (DC) into a PDF.

Syntax

HRESULT FlushDC ()

Remarks

Without calling this method, data from a DC is moved into a PDF only when a document is saved or a new page is created, so all DC content is added after PDF content. If you need to manage this behavior, use FlushDC, since it moves the content of a DC to a PDF.

See Also

Reference