IPXV_Inst::ActiveDoc Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::ActiveDoc Property}}
 
{{#customTitle:IPXV_Inst::ActiveDoc Property}}
 +
{{#parentPage:PXV:IPXV_Inst#Properties|ActiveDoc|property}}
 +
{{ToReview}}
  
Property '''ActiveDoc''' of interface [[PXV:IPXV_Inst|IPXV_Inst]] returns/sets  Pointer to [[PXV:IPXV_Document|IPXV_Document]] ...
+
Gets an active document object as pointer to [[PXV:IPXV_Document|IPXV_Document]] or activates the specified document.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ActiveDoc([out, retval] IPXV_Document** ppActiveDoc);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ActiveDoc([out, retval] IPXV_Document** pActiveDoc);
HRESULT put_ActiveDoc([in] IPXV_Document* ppActiveDoc);
+
HRESULT put_ActiveDoc([in] IPXV_Document* pActiveDoc);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Inst|IPXV_Inst]].
+
[[PXV:IPXV_Inst|IPXV_Inst]]

Latest revision as of 03:58, 15 June 2015


Gets an active document object as pointer to IPXV_Document or activates the specified document.

Syntax

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

See Also

IPXV_Inst