IIXC_Image::Save Method

From PDF XChange PDF SDK
Revision as of 06:50, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search

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

Syntax

HRESULT Save([in]  LPWSTR                   ImagePath,
             [in]  IXC_CreationDisposition  Action);

Parameters

ImagePath
[in] Specifies the name of the destination file.
Action
[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