IPXV_DocumentViewsArea::DocViews Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_DocumentViewsArea::DocViews Property}}
 
{{#customTitle:IPXV_DocumentViewsArea::DocViews Property}}
 +
{{#parentPage:PXV:IPXV_DocumentViewsArea#Properties|DocViews|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''DocViews''' of interface [[PXV:IPXV_DocumentViewsArea|IPXV_DocumentViewsArea]] returns  Pointer to [[PXV:IPXV_DocViewsList|IPXV_DocViewsList]] ...
 
Property '''DocViews''' of interface [[PXV:IPXV_DocumentViewsArea|IPXV_DocumentViewsArea]] returns  Pointer to [[PXV:IPXV_DocViewsList|IPXV_DocViewsList]] ...
 
  
 
== 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 ==
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