Once the end user of your application has created some marks, they may want to save them somewhere.
- Your application can save them to a separate .XML file. This is a flexible and extendable storage format. Using this method, your application will have to keep track of which .XML file goes with which image file, and load them together. Use ImGearART.SavePage Method with ImGearARTSaveType Enumeration.XML parameter to do this.
- "Export" the ART marks to a raster page. This converts the ART marks from their native representation to the format of the raster image file, which usually destroys a lot of their functionality (for instance, once a mark is burned in to a JPEG image, it cannot be moved, resized or hidden). Use ImGearPresentationPageDisplay.Export Method to do this.