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

PdfMarkupAnnotation.InReplyTo Property

Gets an annotation that requires a reply to another annotation.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.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