IIXC_Image::Save Method
From PDF XChange PDF SDK
Line 3: | Line 3: | ||
{{#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. | |
== Syntax == | == Syntax == | ||
Line 18: | Line 17: | ||
== Return Value == | == Return Value == | ||
− | Returns S_OK if operation was successful or error code | + | Returns S_OK if operation was successful, or error code if not successful. |
== See Also == | == See Also == |
Revision as of 10:05, 14 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.