XFINIUM.PDF.View.Win Documentation
EndLineSymbol Property



Xfinium.Pdf.View.Annotations Namespace > PdfVisualLineAnnotation Class : EndLineSymbol Property
Gets or sets the symbol used for the end of the line.
Syntax
'Declaration
 
Public Property EndLineSymbol As Xfinium.Pdf.Annotations.PdfLineEndSymbol
'Usage
 
Dim instance As PdfVisualLineAnnotation
Dim value As Xfinium.Pdf.Annotations.PdfLineEndSymbol
 
instance.EndLineSymbol = value
 
value = instance.EndLineSymbol
public Xfinium.Pdf.Annotations.PdfLineEndSymbol EndLineSymbol {get; set;}
public:
property Xfinium.Pdf.Annotations.PdfLineEndSymbol EndLineSymbol {
   Xfinium.Pdf.Annotations.PdfLineEndSymbol get();
   void set (    Xfinium.Pdf.Annotations.PdfLineEndSymbol value);
}

Property Value

A Xfinium.Pdf.Annotations.PdfLineEndSymbol that represents the end of the line.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualLineAnnotation Class
PdfVisualLineAnnotation Members