IPXV_Document::ActiveTool Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Document::ActiveTool Property}}
 
{{#customTitle:IPXV_Document::ActiveTool Property}}
{{#parentPage:PXV:IPXV_Document|ActiveTool Property|property}}
+
{{#parentPage:PXV:IPXV_Document#Properties|ActiveTool Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 15:27, 21 May 2015


Property ActiveTool of interface IPXV_Document returns/sets Pointer to IPXV_Tool ...

Syntax

HRESULT get_ActiveTool([out, retval]  IPXV_Tool**  ppTool);
HRESULT put_ActiveTool([in]  IPXV_Tool*  ppTool);

See Also

IPXV_Document.