IPXV_DocumentView::CommentsView Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[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}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 8: Line 8:
  
 
== 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 ==
[[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