PdfMarkupAnnotation.InReplyTo Property
In This Article
Gets an annotation that requires a reply to another annotation.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfAnnotation InReplyTo { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
See Also