IPXV_Inst::ActiveDoc Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::ActiveDoc Property}}
 
{{#customTitle:IPXV_Inst::ActiveDoc Property}}
 +
{{#parentPage:PXV:IPXV_Inst|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''ActiveDoc''' of interface [[PXV:IPXV_Inst|IPXV_Inst]] returns/sets  Pointer to [[PXV:IPXV_Document|IPXV_Document]] ...
 
Property '''ActiveDoc''' of interface [[PXV:IPXV_Inst|IPXV_Inst]] returns/sets  Pointer to [[PXV:IPXV_Document|IPXV_Document]] ...
 
  
 
== Syntax ==
 
== Syntax ==

Revision as of 22:10, 20 April 2015


Property ActiveDoc of interface IPXV_Inst returns/sets Pointer to IPXV_Document ...

Syntax

HRESULT get_ActiveDoc([out, retval] IPXV_Document** ppActiveDoc);
HRESULT put_ActiveDoc([in] IPXV_Document* ppActiveDoc);

See Also

See also IPXV_Inst.