IPXC_NumberFormatArray::Remove Method
From PDF XChange PDF SDK
Removes given number of the number format items starting from given index.
Syntax
HRESULT Remove([in] ULONG nIndex, [in, defaultvalue(1)] ULONG nCount);
Parameters
- nIndex
- [in] Value of ULONG containing the starting index of the items that will be removed.
- nCount
- [in, defaultvalue(1)] Value of ULONG containing the number of items that will be removed.
Return Value
Returns S_OK if operation was successful or error code in other cases.