IPXV_XFATreeView::DocView 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:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:IPXV_XFATreeView::DocView Property}}
 +
{{#parentPage:PXV:IPXV_XFATreeView#Properties|DocView|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Property '''DocView''' of interface [[PXV:IPXV_XFATreeView|IPXV_XFATreeView]] returns  Pointer to [[PXV:IPXV_DocumentView|IPXV_DocumentView]] ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">HRESULT get_DocView(  IPXV_DocumentView**  pDocView);
 +
</pre>
 +
 +
== See Also ==
 +
[[PXV:IPXV_XFATreeView|IPXV_XFATreeView]]

Revision as of 01:31, 20 October 2015


Property DocView of interface IPXV_XFATreeView returns Pointer to IPXV_DocumentView ...

Syntax

HRESULT get_DocView(  IPXV_DocumentView**  pDocView);

See Also

IPXV_XFATreeView