ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Methods > LoadAnnotations Method |
Clears all of the ART marks from the IGArtPage Object, and then loads a new set of ART marks from an .ART file identified by an IIGIOLocation object.
LoadAnnotations(pIOLocation As IIGIOLocation, PageNum As Long)
As Long
Name | Description |
---|---|
pIOLocation | An IIGIOLocation Interface object that identifies an .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