Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / LineAnnotation Class / PdfStart Property

In This Topic
    PdfStart Property
    In This Topic
    Gets or sets the start point of the line annotation in PDF user space coordinates. The positive X axis extends horizontally to the right, and the positive Y axis extends vertically upward, with the origin usually in the lower left corner of the page.
    Syntax
    'Declaration
     
    Public Property PdfStart As System.Drawing.PointF
    public System.Drawing.PointF PdfStart {get; set;}
    See Also