ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXPage Object > IGArtXPage Methods > LoadFile Method |
Loads annotations from file to the ArtX page specified.
LoadFile(FileName As String, PageNumber As Long, IsAppend As
Boolean)
Name | Description |
---|---|
FileName | Name of file with annotations. It can be legacy Art2 data file of ArtX XML annotation storage. |
PageNumber | Specifies annotation page number to load from multi-page file. |
IsAppend | When set to False specifies that current content of ArtX page is destroyed before annotation loading. Otherwise file content is to append ArtX page. |
None
N/A