Creates a new text drawing options using the specified bounds.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfTextDrawingOptions(
PdfRectangle bounds
)
VB
Public Sub New (
bounds As PdfRectangle
)
Parameters
- bounds
- Type: BitMiracle.Docotic.Pdf.PdfRectangle
The bounds that specify the location of the text to draw.
See Also