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
- AddActionAreas
Gets or sets a value indicating whether to add action areas for each URI in the drawn text string.
- 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.
- 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.
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.