Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfMarkupAnnotationReplyType Enum

List values that specify the relationship (the “reply type”) between one annotation and another.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

[PdfDefaultField(PdfMarkupAnnotationReplyType.Reply)]
public enum PdfMarkupAnnotationReplyType

Members

Name Description
Reply

The annotation is considered a reply to the annotation obtained in the PdfMarkupAnnotation.InReplyTo property.

Group

The annotation is grouped with the annotation obtained in the PdfMarkupAnnotation.InReplyTo property.

Remarks

Values listed by this enumeration are returned by the PdfMarkupAnnotation.ReplyType property.

See Also