IPXV_Document::View Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Document::View Property}}
 
{{#customTitle:IPXV_Document::View Property}}
 +
{{#parentPage:PXV:IPXV_Document#Properties|View|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''View''' of interface [[PXV:IPXV_Document|IPXV_Document]] returns  Pointer to [[PXV:IPXV_DocumentView|IPXV_DocumentView]] ...
 
Property '''View''' of interface [[PXV:IPXV_Document|IPXV_Document]] returns  Pointer to [[PXV:IPXV_DocumentView|IPXV_DocumentView]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_View([in] ULONG nIndex, [out, retval] IPXV_DocumentView** ppView);
+
<pre class="brush:cpp;gutter:false">HRESULT get_View([in]           ULONG               nIndex,
 +
                [out, retval] IPXV_DocumentView** pView);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Document|IPXV_Document]].
+
[[PXV:IPXV_Document|IPXV_Document]]

Latest revision as of 11:45, 11 January 2016


Property View of interface IPXV_Document returns Pointer to IPXV_DocumentView ...

Syntax

HRESULT get_View([in]           ULONG                nIndex,
                 [out, retval]  IPXV_DocumentView**  pView);

Parameters

nIndex
[in] Value of ULONG.

See Also

IPXV_Document