IUIX_Icon::GetOptimalItem Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetOptimalItem([in] SIZE* nSize, [in] LONG nScaleType, [out] SIZE* nOptSize, [out, retval] LONG* nItemIndex);
Parameters
- nSize
- [in] Pointer to SIZE.
- nScaleType
- [in] Value of LONG.
- nOptSize
- [out] Pointer to SIZE.
- nItemIndex
- [out, retval] Pointer to LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.