Represents a very simple text formatter.
Inheritance Hierarchy
PdfEdit.Drawing.LayoutXTextFormatter
Namespace: PdfEdit.Drawing.Layout
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
The XTextFormatter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | XTextFormatter |
Initializes a new instance of the XTextFormatter class.
|
Methods
Name | Description | |
---|---|---|
![]() | DrawString(String, XFont, XBrush, XRect) |
Draws the text.
|
![]() | DrawString(String, XFont, XBrush, XRect, XStringFormat) |
Draws the text.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Alignment |
Gets or sets the alignment of the text.
|
![]() | Font |
Gets or sets the font.
|
![]() | LayoutRectangle |
Gets or sets the bounding box of the layout.
|
![]() | Text |
Gets or sets the text.
|
See Also