public interface IAnnotationService
| Modifier and Type | Method and Description |
|---|---|
void |
addAnnotation(AnnotationEntity annotation)
Adds the annotation.
|
void |
deleteAnnotation(AnnotationEntity annotation)
Deletes the annotation.
|
AnnotationEntity[] |
getAnnotations()
Gets the annotations.
|
void |
init(Image image)
Initialize annotation service with image to process
|
void |
refreshAnnotations()
Refreshes the annotation positions.
|
void init(Image image)
Initialize annotation service with image to process
image - image instancevoid addAnnotation(AnnotationEntity annotation)
Adds the annotation.
annotation - The annotation.AnnotationEntity[] getAnnotations()
Gets the annotations.
void refreshAnnotations()
Refreshes the annotation positions.
void deleteAnnotation(AnnotationEntity annotation)
Deletes the annotation.
annotation - The annotation.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.