This function saves ArtX page content to file.
Declaration:
Copy Code | |
---|---|
AT_ERRCOUNT IG_ARTX_page_save_file( HIG_ARTX_PAGE hArtPage, LPSTR lpszFileName, AT_DWORD dwPageNumber, AT_BOOL nWriteMode, enumIGArtXSaveFormat nFormat ); |
Arguments:
Name | Type | Description |
hArtPage | HIG_ARTX_PAGE | ArtX page handle. |
lpszFileName | LPSTR | Output file name. |
dwPageNumber | AT_DWORD | Number of pages in the multi-page annotation file. |
nWriteMode | AT_BOOL | Saving mode. |
nFormat | enumIGArtXSaveFormat | Annotation format. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.