AtalaAnnotationViewerImportAnnotations Method |
This method loads annotations from the provided importer into a
WpfLayerAnnotation, which is
then added to the layer collection.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected virtual void ImportAnnotations(
AnnotationDataImporter importer,
int frameIndex
)
Protected Overridable Sub ImportAnnotations (
importer As AnnotationDataImporter,
frameIndex As Integer
)
Parameters
- importer
- Type: Atalasoft.Annotate.ImportersAnnotationDataImporter
The importer from which annotations will be retrieved. - frameIndex
- Type: SystemInt32
The zero based frame index of the page to pull annotations from. Passing in -1 will add
all pages in the importer to the layer collection.
See Also