Annotator.Get

Get()

Gets collections of document annotations.

public List<AnnotationBase> Get()

Return Value

The list of annotations.

Remarks

Learn more

See Also


Get(AnnotationType)

Gets collection of document annotations by annotation type.

public List<AnnotationBase> Get(AnnotationType type)
Parameter Type Description
type AnnotationType The annotations type that must be returned.

Return Value

The list of annotations by type.

Remarks

Learn more

See Also