IIXC_Inst::GetFormatInfo Method
From PDF XChange PDF SDK
The method returns the IIXC_FormatInfo of a file format specified by its index position in the list of formats.
Syntax
HRESULT GetFormatInfo([in] ULONG nIndex, [out, retval] IIXC_FormatInfo** pInfo);
Parameters
- nIndex
- [in] Specifies the zero-based index of the file format in the formats list.
- pInfo
- [out, retval] Pointer to IIXC_FormatInfo.
Return Value
Returns S_OK if operation was successful or error code in other cases.