PdfFreeTextAnnotation
LineEndingStyle Property
|
Gets or sets 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; set; }
Public Property LineEndingStyle As PdfLineEndingStyle
Get
Set
public:
property PdfLineEndingStyle LineEndingStyle {
PdfLineEndingStyle get ();
void set (PdfLineEndingStyle value);
}
member LineEndingStyle : PdfLineEndingStyle with get, set
Property Value
Type:
PdfLineEndingStyle
See Also