IPXV_DocumentView::AttachmentsView Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_AttachmentsView([out, retval]  IPXV_AttachmentsView**  pView);
+
<pre class="brush:cpp;gutter:false">HRESULT get_AttachmentsView([out, retval]  IPXV_AttachmentsView**  View);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_DocumentView|IPXV_DocumentView]]
 
[[PXV:IPXV_DocumentView|IPXV_DocumentView]]

Revision as of 07:30, 12 June 2015


Gets last active attachments view.

Syntax

HRESULT get_AttachmentsView([out, retval]  IPXV_AttachmentsView**  View);

See Also

IPXV_DocumentView