O2S.Components.PDF4NET.View.Win Documentation
EndPoint Property



O2S.Components.PDF4NET.View.Annotations Namespace > PDFVisualLineAnnotation Class : EndPoint Property
Gets or sets the end point.
Syntax
'Declaration
 
Public Property EndPoint As O2S.Components.PDF4NET.Graphics.PDFPoint
'Usage
 
Dim instance As PDFVisualLineAnnotation
Dim value As O2S.Components.PDF4NET.Graphics.PDFPoint
 
instance.EndPoint = value
 
value = instance.EndPoint
public O2S.Components.PDF4NET.Graphics.PDFPoint EndPoint {get; set;}
public:
property O2S.Components.PDF4NET.Graphics.PDFPoint^ EndPoint {
   O2S.Components.PDF4NET.Graphics.PDFPoint^ get();
   void set (    O2S.Components.PDF4NET.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, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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