IIXC_Inst::GetFormatInfo 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:IIXC_Inst::GetFormatInfo Method}} | {{#customTitle:IIXC_Inst::GetFormatInfo Method}} | ||
− | {{#parentPage:PXV:IIXC_Inst#Methods|GetFormatInfo | + | {{#parentPage:PXV:IIXC_Inst#Methods|GetFormatInfo|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} |
Revision as of 06:55, 23 May 2015
The method returns the IXC_FormatInfo of a file format specified by its index position in the list of formats.
Syntax
HRESULT GetFormatInfo([in] ULONG nIndex, [out] IXC_FormatInfo* pInfo);
Parameters
- nIndex
- [in] Specifies the zero-based index of the file format in the formats list.
- pInfo
- [out] Pointer to IXC_FormatInfo.
Return Value
Returns S_OK if operation was successful or error code in other cases.