IIXC_Image::LoadFromIStream Method
From PDF XChange PDF SDK
The method loads an image using the IStream interface.
Syntax
HRESULT LoadFromIStream([in] IStream* Stream, [in, defaultvalue(0)] ULONG Flags);
Parameters
- Stream
- [in] specifies a pointer to an IStream interface.
- Flags
- [in, defaultvalue(0)] The following flag can be used to specify how the image will be loaded.
Return Value
Returns S_OK if operation was successful or error code in other cases.
Remarks
See Comments for the IIXC_Image::Load function for details.