IUIX_Inst::CreateImageFromIStream Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT CreateImageFromIStream([in]           IStream*          pStream,
                               [out, retval]  IUIX_ImageData**  pImage);

Parameters

pStream
[in] Pointer to IStream.
pImage
[out, retval] Pointer to IUIX_ImageData.

Return Value

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

See Also

IUIX_Inst