LineAnnotationCaptionPosition Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the caption position. A name describing the annotation’s caption positioning. Valid values are Inline, meaning the caption shall be centered inside the line, and Top, meaning the caption shall be on top of the line. Default value: Inline

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 AnnotationCaptionPosition CaptionPosition { get; set; }

Property Value

Type: AnnotationCaptionPosition
The caption position.
See Also

Reference