ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Methods > FileImport Method |
Clears all of the ART marks from the IGArtPage Object, and then loads a new set of ART marks from an .ART file.
FileImport(FileName As String, PageNumber As Long) As Long
Name | Description |
---|---|
FileName | A separate .ART file from which marks should be loaded. |
PageNumber | Number of page (from multi-page .ART file) you are going to import. Pages are numbered from 0; if file is single-page, set PageNumber to 0. |
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