IPXV_DocumentView::CommentsView Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_DocumentView::CommentsView Property}}
 
{{#customTitle:IPXV_DocumentView::CommentsView Property}}
{{#parentPage:PXV:IPXV_DocumentView|CommentsView Property|property}}
+
{{#parentPage:PXV:IPXV_DocumentView#Properties|CommentsView|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''CommentsView''' of interface [[PXV:IPXV_DocumentView|IPXV_DocumentView]] returns  Pointer to [[PXV:IPXV_CommentsView|IPXV_CommentsView]] ...
+
Gets last active [[PXV:IPXV_CommentsView|comments view]].
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CommentsView([out, retval]  IPXV_CommentsView**  ppView);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CommentsView([out, retval]  IPXV_CommentsView**  pView);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_DocumentView|IPXV_DocumentView]].
+
[[PXV:IPXV_DocumentView|IPXV_DocumentView]]

Latest revision as of 03:54, 15 June 2015


Gets last active comments view.

Syntax

HRESULT get_CommentsView([out, retval]  IPXV_CommentsView**  pView);

See Also

IPXV_DocumentView