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

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.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfMarkupAnnotationReplyType ReplyType { get; }

Property Value

Type Description
PdfMarkupAnnotationReplyType

A PdfMarkupAnnotationReplyType enumeration value that represents the annotation reply type.

See Also