Table of Contents

Class PdfTextDrawingOptions

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

The options for drawing text within a rectangular area on PDF pages.

public class PdfTextDrawingOptions
Inheritance
PdfTextDrawingOptions
Inherited Members

Constructors

PdfTextDrawingOptions(PdfRectangle)

Creates a new text drawing options using the specified bounds.

Properties

Bounds

Gets the bounds of the text to draw.

DrawAtLeastOneLine

Gets or sets a value indicating whether to draw at least one line of multiline text.

HorizontalAlignment

Gets or sets the horizontal alignment of the drawn text within the Bounds rectangle.

LineHeight

Gets or sets the height of the one line of drawn text.

MissingGlyphHandler

Gets or sets the handler for glyphs that cannot be drawn using the current Font.

Multiline

Gets or sets a value indicating whether the drawn text can span more than one line.

ReadingDirection

Gets or sets the main direction of text string for the Bidi algorithm in this PdfTextDrawingOptions.

VerticalAlignment

Gets or sets the vertical alignment of the drawn text within the Bounds rectangle.