XFINIUM.PDF.View.Win Documentation
StartPoint Property



Xfinium.Pdf.View.Annotations Namespace > PdfVisualLineAnnotation Class : StartPoint Property
Gets or sets the start point.
Syntax
'Declaration
 
Public Property StartPoint As Xfinium.Pdf.Graphics.PdfPoint
'Usage
 
Dim instance As PdfVisualLineAnnotation
Dim value As Xfinium.Pdf.Graphics.PdfPoint
 
instance.StartPoint = value
 
value = instance.StartPoint
public Xfinium.Pdf.Graphics.PdfPoint StartPoint {get; set;}
public:
property Xfinium.Pdf.Graphics.PdfPoint^ StartPoint {
   Xfinium.Pdf.Graphics.PdfPoint^ get();
   void set (    Xfinium.Pdf.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


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