Click or drag to resize

PdfRectangle Fields

The PdfRectangle type exposes the following members.

Fields
  NameDescription
Public fieldBottom
Gets a value representing the lower left y coordinate (lly) of this rectangle (in pixels).
Public fieldLeft
Gets a value representing the lower left x coordinate (llx) of this rectangle (in pixels).
Public fieldRight
Gets a value representing the upper right x coordinate (urx) of this rectangle (in pixels).
Public fieldTop
Gets a value representing the upper right y coordinate (ury) of this rectangle (in pixels).
Top
See Also