ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Methods > SaveAnnotations Method |
Saves the marks to a separate .ART file. If the .ART file has multiple pages you can save a specific page by setting PageNum. The Mode flag is used if there is already an .ART file with the same name and page number.
SaveAnnotations(pIOLocation As IIGIOLocation, PageNum As Long,
Mode As enumIGPageSaveModes) As Long
Name | Description |
---|---|
pIOLocation | An IIGIOLocation object that identifies a separate .ART file to which marks should be saved. |
PageNum | Number of page (from multi-page .ART file) you wish to write. Pages are numbered from 0; if file is single-page, set PageNumber to 0. |
Mode | One of the enumIGPageSaveModes Enumeration values. |
Returns the number of ImageGear errors that occurred during this method call. If there are no errors, the return value is 0.
N/A
None