AnnotationItem

AnnotationItem class

Represents an annotation item which is used in annotation extraction functionality.

public sealed class AnnotationItem

Properties

Name Description
AnnotationType { get; } Gets the annotation type.
AuthorInitials { get; } Gets the annotation author initials.
AuthorName { get; } Gets the annotation author name.
PageIndex { get; } Gets the zero-based index of the page (or slide) where the annotation is located.
Timestamp { get; } Gets the date and time when the annotation was created or last modified.
Value { get; } Gets the value of the annotation item.

See Also