IPXC_Page::Document Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IPXC_Page::Document Property}}
 
{{#customTitle:IPXC_Page::Document Property}}
 
{{#parentPage:PXV:IPXC_Page|Document Property|property}}
 
{{#parentPage:PXV:IPXC_Page|Document Property|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Document''' of interface [[PXV:IPXC_Page|IPXC_Page]] returns  Pointer to [[PXV:IPXC_Document|IPXC_Document]] ...
+
Gets the [[PXV:IPXC_Document|document]] that the page belongs to.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 07:43, 7 May 2015


Gets the document that the page belongs to.

Syntax

HRESULT get_Document([out, retval]  IPXC_Document**  ppDoc);

See Also

See also IPXC_Page.