IPXV_DocumentView::NamedDestsView 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_NamedDestsView([out, retval]  IPXV_PDFNamedDestsView**  pView);
+
<pre class="brush:cpp;gutter:false">HRESULT get_NamedDestsView([out, retval]  IPXV_PDFNamedDestsView**  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 PDF named destinations view.

Syntax

HRESULT get_NamedDestsView([out, retval]  IPXV_PDFNamedDestsView**  View);

See Also

IPXV_DocumentView