PdfStringDrawingOptions Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfStringDrawingOptions Class
The options for drawing single-line text chunks on PDF pages.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfStringDrawingOptions

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public class PdfStringDrawingOptions
VB
Public Class PdfStringDrawingOptions

The PdfStringDrawingOptions type exposes the following members.

Constructors

  NameDescription
Public methodPdfStringDrawingOptions
Initializes a new instance of the PdfStringDrawingOptions class

Properties

  NameDescription
Public propertyAngle
Get or sets the angle to rotate drawn text string by.
Public propertyMissingGlyphHandler
Gets or sets the handler for glyphs that cannot be drawn using the current Font.
Public propertyReadingDirection
Gets or sets the main direction of text string for the Bidi algorithm.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetCharacterWidths
Gets the character widths for a text string to draw.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetCharacterWidths
Sets the character widths for a text string to draw.
Public methodToString (Inherited from Object.)

See Also