Click or drag to resize

PdfLineAnnotation LineCaption Property

Gets or sets whether the line annotation caption should be displayed.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool LineCaption { get; set; }

Property Value

Type: Boolean
true if the line caption should be displayed, otherwise false .
See Also