Table of Contents

Class PdfStringDrawingOptions

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

The options for drawing single-line text chunks on PDF pages.

public class PdfStringDrawingOptions
Inheritance
PdfStringDrawingOptions
Inherited Members

Constructors

PdfStringDrawingOptions()

Properties

Angle

Get or sets the angle to rotate drawn text string by.

MissingGlyphHandler

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

ReadingDirection

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

Methods

GetCharacterWidths()

Gets the character widths for a text string to draw.

SetCharacterWidths(ICollection<double>)

Sets the character widths for a text string to draw.