IIXC_Image::LoadFromIStream Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IIXC_Image::LoadFromIStream Method}} | {{#customTitle:IIXC_Image::LoadFromIStream Method}} | ||
{{#parentPage:PXV:IIXC_Image|LoadFromIStream Method|method}} | {{#parentPage:PXV:IIXC_Image|LoadFromIStream Method|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
Line 20: | Line 19: | ||
Returns S_OK if operation was successful or error code in other cases. | Returns S_OK if operation was successful or error code in other cases. | ||
− | == | + | == Remarks == |
− | See Comments for the [[PXV:IIXC_Image_Load|IIXC_Image::Load]] function for details. | + | See Comments for the [[PXV:IIXC_Image_Load|IIXC_Image::Load]] function for details. |
== See Also == | == See Also == |
Revision as of 13:24, 8 May 2015
The method loads an image using the IStream interface.
Syntax
HRESULT LoadFromIStream([in] IStream* pStream, [in, defaultvalue(0)] ULONG nFlags);
Parameters
- pStream
- [in] specifies a pointer to an IStream interface.
- nFlags
- [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.