IPXV_SignaturesView::DocView 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_SignaturesView::DocView Property}}
 
{{#customTitle:IPXV_SignaturesView::DocView Property}}
{{#parentPage:PXV:IPXV_SignaturesView|DocView Property|property}}
+
{{#parentPage:PXV:IPXV_SignaturesView#Properties|DocView|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 8: Line 8:
  
 
== 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 ==
[[PXV:IPXV_SignaturesView|IPXV_SignaturesView]].
+
[[PXV:IPXV_SignaturesView|IPXV_SignaturesView]]

Latest revision as of 04:08, 15 June 2015


Gets document view.

Syntax

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

See Also

IPXV_SignaturesView