Click or drag to resize

AnnotationDataImporterLoad Method

The load method is used to allow an AnnotationDataImporter to load and to possibly cache annotations.

Namespace:  Atalasoft.Annotate.Importers
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Load()
Remarks
Load is called automatically by any method that needs to access internal annotation data (e.g., PageCount or Import). Load is present for clients who want to control when annotation data is specifically loaded.
See Also