MarkupAnnotationReplyTo Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the annotation that this annotation is “in reply to.” Both annotations shall be on the same page of the document. The relationship between the two annotations shall be specified by the RT entry.

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public Annotation ReplyTo { get; set; }

Property Value

Type: Annotation
The reply to.
See Also

Reference