Skip to main content
A newer version of this page is available. .

PdfMarkupAnnotation.InReplyTo Property

Gets an annotation that requires a reply to another annotation.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Core.dll

Declaration

public PdfAnnotation InReplyTo { get; }

Property Value

Type Description
PdfAnnotation

A PdfAnnotation object that represents an annotation that requires a reply to another annotation.

See Also