Gets the bounds of the text to draw.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfRectangle Bounds { get; }
VB
Public ReadOnly Property Bounds As PdfRectangle
Get
Property Value
Type:
PdfRectangleThe bounds of the text to draw.
See Also