IPXV_AttachmentsView::DocView Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_AttachmentsView::DocView Property}}
 
{{#customTitle:IPXV_AttachmentsView::DocView Property}}
{{#parentPage:PXV:IPXV_AttachmentsView|DocView Property|property}}
+
{{#parentPage:PXV:IPXV_AttachmentsView#Properties|DocView|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
Property '''DocView''' of interface [[PXV:IPXV_AttachmentsView|IPXV_AttachmentsView]] returns  Pointer to [[PXV:IPXV_DocumentView|IPXV_DocumentView]] ...
+
Gets [[PXV:IPXV_DocumentView|document view]].
  
 
== 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_AttachmentsView|IPXV_AttachmentsView]].
+
[[PXV:IPXV_AttachmentsView|IPXV_AttachmentsView]]

Latest revision as of 03:47, 15 June 2015

Gets document view.

Syntax

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

See Also

IPXV_AttachmentsView