IIXC_Image::Save Method
From PDF XChange PDF SDK
Line 23: | Line 23: | ||
:[[PXV:IIXC_Image_Load|IIXC_Image::Load]] | :[[PXV:IIXC_Image_Load|IIXC_Image::Load]] | ||
:[[PXV:IXC_CreationDisposition|IXC_CreationDisposition]] | :[[PXV:IXC_CreationDisposition|IXC_CreationDisposition]] | ||
+ | :[[PXV:IIXC_Inst_CreateEmptyImage|IIXC_Inst::CreateEmptyImage]] | ||
+ | :[[PXV:IIXC_Image_LoadFromIStream|IIXC_Image::LoadFromIStream]] | ||
+ | :[[PXV:IIXC_Image_LoadFromMemory|IIXC_Image::LoadFromMemory]] |
Revision as of 04:15, 18 May 2015
This method saves all pages from the specified image, into a file.
Contents
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.