IPXV_DocumentView::NamedDestsView Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_DocumentView::NamedDestsView Property}}
 
{{#customTitle:IPXV_DocumentView::NamedDestsView Property}}
{{#parentPage:PXV:IPXV_DocumentView|NamedDestsView Property|property}}
+
{{#parentPage:PXV:IPXV_DocumentView#Properties|NamedDestsView|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 7: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_NamedDestsView([out, retval]  IPXV_PDFNamedDestsView**  ppView);
+
<pre class="brush:cpp;gutter:false">HRESULT get_NamedDestsView([out, retval]  IPXV_PDFNamedDestsView**  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 PDF named destinations view.

Syntax

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

See Also

IPXV_DocumentView