Gets the x-coordinate of the right edge of this
PdfBox structure.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public double Right { get; }
VB
Public ReadOnly Property Right As Double
Get
Property Value
Type:
DoubleThe x-coordinate of the right edge of this
PdfBox structure.
See Also