IPXV_DocumentView::Doc 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_DocumentView::Doc Property}}
 
{{#customTitle:IPXV_DocumentView::Doc Property}}
{{#parentPage:PXV:IPXV_DocumentView|Doc Property|property}}
+
{{#parentPage:PXV:IPXV_DocumentView#Properties|Doc|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Doc([out, retval]  IPXV_Document**  ppDoc);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Doc([out, retval]  IPXV_Document**  pDoc);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_DocumentView|IPXV_DocumentView]].
+
[[PXV:IPXV_DocumentView|IPXV_DocumentView]]

Latest revision as of 03:54, 15 June 2015


Gets document of the document view.

Syntax

HRESULT get_Doc([out, retval]  IPXV_Document**  pDoc);

See Also

IPXV_DocumentView