TextBox Class
From PDF File Writer
PDF File Writer Class Library - Author Uzi Granot
TextBox Class |
TextBox class
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
C#
public class TextBox
The TextBox type exposes the following members.
| Name | Description | |
|---|---|---|
| BoxHeight |
Gets box height.
| |
| BoxWidth |
Gets box width.
| |
| FirstLineIndent |
Gets first line is indented.
| |
| Item |
Access TextBoxLine array.
| |
| LineCount |
Gets line count.
| |
| LongestLineWidth |
Longest line width
| |
| ParagraphCount |
Gets paragraph count.
|
| Name | Description | |
|---|---|---|
| AddText(PdfFont, Double, String) |
Add text to text box.
| |
| AddText(PdfFont, Double, DrawStyle, String) |
Add text to text box.
| |
| AddText(PdfFont, Double, Color, String) |
Add text to text box.
| |
| AddText(PdfFont, Double, String, AnnotAction) |
Add text to text box.
| |
| AddText(PdfFont, Double, String, String) |
Add text to text box.
| |
| AddText(PdfFont, Double, DrawStyle, Color, String) |
Add text to text box.
| |
| AddText(PdfFont, Double, DrawStyle, Color, String, AnnotAction) |
Add text to text box.
| |
| AddText(PdfFont, Double, DrawStyle, Color, String, String) |
Add text to text box.
| |
| BoxHeightExtra(Double, Double) |
TextBox height including extra line and paragraph space.
| |
| BoxHeightExtra(Int32, Double, Double) |
Thwe height of the first LineCount lines including extra line and paragraph space.
| |
| BoxHeightExtra(Int32, Int32, Double, Double, Double) |
The height of a block of lines within TextBox not excedding request height.
| |
| Clear |
Clear TextBox
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (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.) | |
| Terminate |
Terminate TextBox
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |