IPXS_PDFVariant::Document Property

From PDF XChange PDF SDK
Revision as of 03:45, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Property Document of interface IPXS_PDFVariant returns Pointer to IPXS_Document that is owner of this variant. Please note that it may be NULL for variants which does not belongs to any document.

Syntax

HRESULT get_Document([out, retval]  IPXS_Document**  pDoc);

See Also

IPXS_PDFVariant