IIXC_Image::Save Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IIXC_Image::Save Method}} | {{#customTitle:IIXC_Image::Save Method}} | ||
{{#parentPage:PXV:IIXC_Image|Save Method|method}} | {{#parentPage:PXV:IIXC_Image|Save Method|method}} | ||
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | The method | + | The method saves all pages from the specified image into a file. |
== Syntax == | == Syntax == | ||
Line 13: | Line 13: | ||
== Parameters == | == Parameters == | ||
;pImagePath | ;pImagePath | ||
− | :[in] | + | :[in] Specifies the name of the destination file. |
;nAction | ;nAction | ||
− | :[in] Value of [[PXV:IXC_CreationDisposition|IXC_CreationDisposition]]. | + | :[in] Value of [[PXV:IXC_CreationDisposition|IXC_CreationDisposition]] specifies how the destination file should be created. |
== Return Value == | == Return Value == | ||
Line 21: | Line 21: | ||
== See Also == | == See Also == | ||
− | + | :[[PXV:IIXC_Image|IIXC_Image]] | |
+ | :[[PXV:IIXC_Image_Load|IIXC_Image::Load]] | ||
+ | :[[PXV:IXC_CreationDisposition|IXC_CreationDisposition]] |
Revision as of 05:54, 7 May 2015
The 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 in other cases.