IIXC_Inst::CreateEmptyImage Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 3: Line 3:
 
{{#parentPage:PXV:IIXC_Inst|CreateEmptyImage Method|method}}
 
{{#parentPage:PXV:IIXC_Inst|CreateEmptyImage Method|method}}
  
{{ToReview}}
+
 
  
 
The method creates an empty image with no pages.
 
The method creates an empty image with no pages.

Revision as of 17:14, 14 May 2015


The method creates an empty image with no pages.

Syntax

HRESULT CreateEmptyImage([out, retval]  IIXC_Image**  ppImage);

Parameters

ppImage
[out, retval] Image specifies a pointer to the variable which receives the IIXC_Image of the created image.

Return Value

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

Remarks

Typically this function is used when loading or storing images to create temporary images which are then used to hold sets of selected image pages.

See Also

IIXC_Inst

IIXC_Image

IIXC_Image::Load
IIXC_Image::LoadFromIStream
IIXC_Image::LoadFromMemory
IIXC_Image:Save