Gets or sets the line caption text type.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfLineCaptionType CaptionType { get; set; }
Public Property CaptionType As PdfLineCaptionType
	Get
	Set
public:
property PdfLineCaptionType CaptionType {
	PdfLineCaptionType get ();
	void set (PdfLineCaptionType value);
}
member CaptionType : PdfLineCaptionType with get, set

Property Value

PdfLineCaptionType
A enumeration member specifying the line caption type.

See Also