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



O2S.Components.PDF4NET.View.Annotations Namespace > PDFVisualLineAnnotation Class : StartPoint Property
Gets or sets the start point.
Syntax
'Declaration
 
Public Property StartPoint As O2S.Components.PDF4NET.Graphics.PDFPoint
'Usage
 
Dim instance As PDFVisualLineAnnotation
Dim value As O2S.Components.PDF4NET.Graphics.PDFPoint
 
instance.StartPoint = value
 
value = instance.StartPoint
public O2S.Components.PDF4NET.Graphics.PDFPoint StartPoint {get; set;}
public:
property O2S.Components.PDF4NET.Graphics.PDFPoint^ StartPoint {
   O2S.Components.PDF4NET.Graphics.PDFPoint^ get();
   void set (    O2S.Components.PDF4NET.Graphics.PDFPoint^ value);
}

Property Value

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