LineAnnotationUseCaption Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets a value indicating whether to use Contents or RichTextString as caption in the appearance of the line. If true, the text specified by the Contents or RichTextString entries shall be replicated as a caption in the appearance of the line. The text shall be rendered in a manner appropriate to the content, taking into account factors such as writing direction. Default value: false.

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 bool UseCaption { get; set; }

Property Value

Type: Boolean
true if cap; otherwise, false.
See Also

Reference