Enumerates the kinds of the relationships (the “reply type”) between the annotation and one specified by InReplyTo.
Namespace: Aspose.Pdf.AnnotationsAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
SyntaxPublic Enumeration ReplyType
public enum class ReplyType
Members|
| Member name | Value | Description |
|---|
| Undefined | 0 |
Undefined relationship.
|
| Reply | 1 |
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.
|
| Group | 2 |
The annotation is grouped with the annotation specified by InReplyTo.
|
See Also