IPXV_Document::View Property
From PDF XChange PDF SDK
(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** | + | <pre class="brush:cpp;gutter:false">HRESULT get_View([in] ULONG nIndex, |
+ | [out, retval] IPXV_DocumentView** pView); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nIndex |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_Document|IPXV_Document]] |
Latest revision as of 10: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.