IIXC_Image::Save Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IIXC_Image::Save Method}}
 
{{#customTitle:IIXC_Image::Save Method}}
 
{{#parentPage:PXV:IIXC_Image|Save Method|method}}
 
{{#parentPage:PXV:IIXC_Image|Save Method|method}}
 
  
 
This method saves all pages from the specified image, into a file.
 
This method saves all pages from the specified image, into a file.

Revision as of 04:47, 20 May 2015

This method saves all pages from the specified image, into a file.

Syntax

HRESULT Save([in]  LPWSTR                   pImagePath,
             [in]  IXC_CreationDisposition  nAction);

Parameters

pImagePath
[in] Specifies the name of the destination file.
nAction
[in] Value of IXC_CreationDisposition specifies how the destination file should be created.

Return Value

Returns S_OK if operation was successful, or error code if not successful.

See Also

IIXC_Image
IIXC_Image::Load
IXC_CreationDisposition
IIXC_Inst::CreateEmptyImage
IIXC_Image::LoadFromIStream
IIXC_Image::LoadFromMemory