XFINIUM.PDF.View.Win Documentation
Line Property



Xfinium.Pdf.View.Annotations Namespace > PdfVisualLineAnnotation Class : Line Property
Gets or sets the annotation line style.
Syntax
'Declaration
 
Public Property Line As Xfinium.Pdf.Annotations.PdfAnnotationBorder
'Usage
 
Dim instance As PdfVisualLineAnnotation
Dim value As Xfinium.Pdf.Annotations.PdfAnnotationBorder
 
instance.Line = value
 
value = instance.Line
public Xfinium.Pdf.Annotations.PdfAnnotationBorder Line {get; set;}
public:
property Xfinium.Pdf.Annotations.PdfAnnotationBorder^ Line {
   Xfinium.Pdf.Annotations.PdfAnnotationBorder^ get();
   void set (    Xfinium.Pdf.Annotations.PdfAnnotationBorder^ value);
}

Property Value

A Xfinium.Pdf.Annotations.PdfAnnotationBorder object specifying the style of the annotation line style.
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