PdfRectangle.Location Property

Gets or sets the coordinates of the upper-left corner of this PdfRectangle structure.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfPoint Location { get; set; }
VB
Public Property Location As PdfPoint
	Get
	Set

Property Value

Type: PdfPoint
A PdfPoint that represents the upper-left corner of this PdfRectangle structure.

See Also