Aspose::Pdf::Annotations::ReplyType enum

ReplyType enum

Enumerates the kinds of the relationships (the “reply type”) between the annotation and one specified by InReplyTo.

enum class ReplyType

Values

NameValueDescription
Undefined0Undefined relationship.
Reply1The annotation is considered a reply to the annotation specified by InReplyTo. Viewer applications should not display replies to an annotation individually but together in the form of threaded comments.
Group2The annotation is grouped with the annotation specified by InReplyTo.

See Also