Skip to main content

PdfMarkupAnnotation.InReplyTo Property

Gets an annotation that requires a reply to another annotation.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

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