IUIX_CmdItemBox::MoveItems Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdItemBox::MoveItems Method}} | {{#customTitle:IUIX_CmdItemBox::MoveItems Method}} | ||
Line 27: | Line 28: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]]. |
Revision as of 06:06, 20 May 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT MoveItems([in] LONG nIndex, [in] LONG nNewIndex, [in, defaultvalue(1)] LONG nCount, [in, defaultvalue(NULL)] IUIX_CmdItemBox* pNewBox);
Parameters
- nIndex
- [in] Value of LONG.
- nNewIndex
- [in] Value of LONG.
- nCount
- [in, defaultvalue(1)] Value of LONG.
- pNewBox
- [in, defaultvalue(NULL)] Pointer to IUIX_CmdItemBox.
Return Value
Returns S_OK if operation was successful or error code in other cases.