IUIX_Inst::CreateImageFromFile Method
From PDF XChange PDF SDK
Creates new image object of IUIX_ImageData data interface.
Syntax
HRESULT CreateImageFromFile([in] IAFS_File* pSource, [out, retval] IUIX_ImageData** pImage);
Parameters
- pSource
- [in] source file object of IAFS_File interface.
- pImage
- [out, retval] return object of IUIX_ImageData interface.
Return Value
Returns S_OK if the operation was successful, or will return an error code if it fails.