IUIX_Inst::CreateImageFromFile2 Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Inst::CreateImageFromFile2 Method}}
 
{{#customTitle:IUIX_Inst::CreateImageFromFile2 Method}}
{{#parentPage:PXV:IUIX_Inst|CreateImageFromFile2 Method|method}}
+
{{#parentPage:PXV:IUIX_Inst#Methods|CreateImageFromFile2 Method|method}}
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 22:42, 21 May 2015


Creates new image object of IUIX_ImageData data interface from image file.

Syntax

HRESULT CreateImageFromFile2([in]           BSTR              pSourceFileName,
                             [out, retval]  IUIX_ImageData**  ppImage);

Parameters

pSourceFileName
[in] path to image file.
ppImage
[out, retval] return object of IUIX_ImageData interface.

Return Value

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

See Also

IUIX_Inst.