PdfFreeTextAnnotationWidget
LineEndingStyle Property
|
Get the line ending style
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfLineEndingStyle LineEndingStyle { get; }
Public ReadOnly Property LineEndingStyle As PdfLineEndingStyle
Get
public:
property PdfLineEndingStyle LineEndingStyle {
PdfLineEndingStyle get ();
}
member LineEndingStyle : PdfLineEndingStyle with get
Property Value
Type:
PdfLineEndingStyle
See Also