IIXC_Inst::GetFormatInfo Method

From PDF XChange PDF SDK
Revision as of 06:50, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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            Index,
                      [out]  IXC_FormatInfo*  Info);

Parameters

Index
[in] Specifies the zero-based index of the file format in the formats list.
Info
[out] Pointer to IXC_FormatInfo.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IIXC_Inst