XFINIUM.PDF.View.Win Documentation
EndPoint Property



Xfinium.Pdf.View.Annotations Namespace > PdfVisualLineAnnotation Class : EndPoint Property
Gets or sets the end point.
Syntax
'Declaration
 
Public Property EndPoint As Xfinium.Pdf.Graphics.PdfPoint
'Usage
 
Dim instance As PdfVisualLineAnnotation
Dim value As Xfinium.Pdf.Graphics.PdfPoint
 
instance.EndPoint = value
 
value = instance.EndPoint
public Xfinium.Pdf.Graphics.PdfPoint EndPoint {get; set;}
public:
property Xfinium.Pdf.Graphics.PdfPoint^ EndPoint {
   Xfinium.Pdf.Graphics.PdfPoint^ get();
   void set (    Xfinium.Pdf.Graphics.PdfPoint^ value);
}

Property Value

The line end point, in visual coordinates.
Remarks
Because the end point uses page visual coordinates, the annotation must be added to the page before setting the end point.
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