PdfTextDrawingOptions Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfTextDrawingOptions Class
The options for drawing text within a rectangular area on PDF pages.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfTextDrawingOptions

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public class PdfTextDrawingOptions
VB
Public Class PdfTextDrawingOptions

The PdfTextDrawingOptions type exposes the following members.

Constructors

  NameDescription
Public methodPdfTextDrawingOptions
Creates a new text drawing options using the specified bounds.

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.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also