Namespace: BitMiracle.Docotic.Pdf
public class PdfTextDrawingOptions
Public Class PdfTextDrawingOptions
The PdfTextDrawingOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfTextDrawingOptions |
Creates a new text drawing options using the specified bounds.
|
Name | Description | |
---|---|---|
![]() | 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.
|
![]() | VerticalAlignment |
Gets or sets the vertical alignment of the drawn text within the Bounds rectangle.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |