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

PdfMarkupAnnotation.ReplyType Property

Gets a name specifying the relationship (the reply type) between this annotation and the annotation obtained in the PdfMarkupAnnotation.InReplyTo property.

Namespace: DevExpress.Pdf

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

Declaration

public PdfMarkupAnnotationReplyType ReplyType { get; }

Property Value

Type Description
PdfMarkupAnnotationReplyType

A PdfMarkupAnnotationReplyType enumeration value that represents the annotation reply type.

See Also