IPXV_DocumentViewsArea::DocViews Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_DocumentViewsArea::DocViews Property}}
 
{{#customTitle:IPXV_DocumentViewsArea::DocViews Property}}
{{#parentPage:PXV:IPXV_DocumentViewsArea#Properties|DocViews Property|property}}
+
{{#parentPage:PXV:IPXV_DocumentViewsArea#Properties|DocViews|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_DocViews([out, retval]  IPXV_DocViewsList**  ppRes);
+
<pre class="brush:cpp;gutter:false">HRESULT get_DocViews([out, retval]  IPXV_DocViewsList**  pRes);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_DocumentViewsArea|IPXV_DocumentViewsArea]]
 
[[PXV:IPXV_DocumentViewsArea|IPXV_DocumentViewsArea]]

Latest revision as of 03:54, 15 June 2015


Property DocViews of interface IPXV_DocumentViewsArea returns Pointer to IPXV_DocViewsList ...

Syntax

HRESULT get_DocViews([out, retval]  IPXV_DocViewsList**  pRes);

See Also

IPXV_DocumentViewsArea