IPXV_BookmarksView::DocView Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_BookmarksView::DocView Property}}
 
{{#customTitle:IPXV_BookmarksView::DocView Property}}
{{#parentPage:PXV:IPXV_BookmarksView|DocView Property|property}}
+
{{#parentPage:PXV:IPXV_BookmarksView#Properties|DocView|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 7: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_DocView([out, retval]  IPXV_DocumentView**  ppDocView);
+
<pre class="brush:cpp;gutter:false">HRESULT get_DocView([out, retval]  IPXV_DocumentView**  pDocView);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_BookmarksView|IPXV_BookmarksView]].
+
[[PXV:IPXV_BookmarksView|IPXV_BookmarksView]]

Latest revision as of 03:47, 15 June 2015


Gets document view.

Syntax

HRESULT get_DocView([out, retval]  IPXV_DocumentView**  pDocView);

See Also

IPXV_BookmarksView