IPXS_PDFVariant::Document Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IPXS_PDFVariant::Document Property}} | {{#customTitle:IPXS_PDFVariant::Document Property}} | ||
{{#parentPage:PXV:IPXS_PDFVariant#Properties|Document|property}} | {{#parentPage:PXV:IPXS_PDFVariant#Properties|Document|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Property '''Document''' of interface [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] returns Pointer to [[PXV:IPXS_Document|IPXS_Document]] . | + | Property '''Document''' of interface [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] returns Pointer to [[PXV:IPXS_Document|IPXS_Document]] that is owner of this variant. Please note that it may be <code>NULL</code> for variants which does not belongs to any document. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Document([out, retval] IPXS_Document** | + | <pre class="brush:cpp;gutter:false">HRESULT get_Document([out, retval] IPXS_Document** pDoc); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] | [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] |
Latest revision as of 02:45, 15 June 2015
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);