ImageGear Professional for Windows ActiveX
FileExport Method

Description:

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.

Syntax:

      FileExport(FileName As String, PageNumber As Long, OverwritePage
As Boolean) As Long

Parameters:

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".

Return Value:

Returns the number of ImageGear errors that occurred during this method call. If there are no errors, the return value is 0.

Bits Per Pixel:

N/A

Sample:

None

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback