ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Methods > FileExport Method |
Saves the marks to a separate .ART file. If the .ART file has multiple pages you can save a specific page by setting PageNumber. The OverwritePage flag is used if there is already an .ART file with the same name and page number: if you set OverwritePage = True, the old page is replaced with the new page; if OverwritePage = False, the new page is inserted at page PageNumber and all of the pages below it are moved down.
FileExport(FileName As String, PageNumber As Long, OverwritePage
As Boolean) As Long
Name | Description |
---|---|
FileName | A separate .ART file to which the ART marks should be written. |
PageNumber | Number of page (for multi-page .ART file) you wish to write. Pages are numbered from 0; if file is single-page, set PageNumber to 0. |
OverwritePage | True means "replace the page in the file if it is already there"; False means "insert the page in the file". |
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