Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfMarkupAnnotationReplyType Enum

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

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.

See Also