PdfTextDrawingOptions Properties

The PdfTextDrawingOptions type exposes the following members.

Properties

  NameDescription
Public propertyBounds
Gets the bounds of the text to draw.
Public propertyDrawAtLeastOneLine
Gets or sets a value indicating whether to draw at least one line of multiline text.
Public propertyHorizontalAlignment
Gets or sets the horizontal alignment of the drawn text within the Bounds rectangle.
Public propertyLineHeight
Gets or sets the height of the one line of drawn text.
Public propertyMissingGlyphHandler
Gets or sets the handler for glyphs that cannot be drawn using the current Font.
Public propertyMultiline
Gets or sets a value indicating whether the drawn text can span more than one line.
Public propertyReadingDirection
Gets or sets the main direction of text string for the Bidi algorithm.
Public propertyVerticalAlignment
Gets or sets the vertical alignment of the drawn text within the Bounds rectangle.

See Also