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

Remarks

The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.

Constructors

PdfTextDrawingOptions(PdfRectangle)

Creates a new text drawing options using the specified bounds.

Properties

AddActionAreas

Gets or sets a value indicating whether to add action areas for each URI in the drawn text string.

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.

Strikethrough

Gets or sets a value indicating whether to draw text with a horizontal line through it.

SynthesizeBold

Gets or sets a value indicating whether to draw bold text even if the current font is not bold.

SynthesizeItalic

Gets or sets a value indicating whether to draw italic text even if the current font is not italic.

Underline

Gets or sets a value indicating whether to draw text with an underline.

VerticalAlignment

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