XFINIUM.PDF.View.Win Documentation
StartLineSymbol Property



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

Property Value

A Xfinium.Pdf.Annotations.PdfLineEndSymbol that represents the start 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