Click or drag to resize
ReplyType Enumeration
Enumerates the kinds of the relationships (the “reply type”) between the annotation and one specified by InReplyTo.

Namespace: Aspose.Pdf.Annotations
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public enum ReplyType
Members
  Member nameValueDescription
Undefined0 Undefined relationship.
Reply1 The 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.
Group2 The annotation is grouped with the annotation specified by InReplyTo.
See Also