IPXV_Document::EnumViews Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Document::EnumViews Method}} | {{#customTitle:IPXV_Document::EnumViews Method}} | ||
− | {{#parentPage:PXV:IPXV_Document|EnumViews Method|method}} | + | {{#parentPage:PXV:IPXV_Document#Methods|EnumViews Method|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} |
Revision as of 14:26, 21 May 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT EnumViews([in] LONG nViewTypeID, [in] IPXV_EnumViewsCallback* pEnumCb);
Parameters
- nViewTypeID
- [in] Value of LONG.
- pEnumCb
- [in] Pointer to IPXV_EnumViewsCallback.
Return Value
Returns S_OK if operation was successful or error code in other cases.