PdfLineAnnotation
CaptionType Property
|
Gets or sets the line caption text type.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
PdfLineCaptionType
Aenumeration member specifying the line caption type.
See Also