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
Remarks
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Constructors
- PdfStringDrawingOptions()
Initializes a new instance of the PdfStringDrawingOptions class.
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.