Get the line ending style

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 PdfLineEndingStyle LineEndingStyle { get; }
Public ReadOnly Property LineEndingStyle As PdfLineEndingStyle
	Get
public:
property PdfLineEndingStyle LineEndingStyle {
	PdfLineEndingStyle get ();
}
member LineEndingStyle : PdfLineEndingStyle with get

Property Value

PdfLineEndingStyle

See Also