TextBox Class

PDF File Writer

TextBox Class

TextBox class
Inheritance Hierarchy
SystemObject  PdfFileWriterTextBox

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public class TextBox

The TextBox type exposes the following members.

Constructors
  NameDescription
Public methodTextBox
TextBox constructor
Top
Properties
  NameDescription
Public propertyBoxHeight
Gets box height.
Public propertyBoxWidth
Gets box width.
Public propertyFirstLineIndent
Gets first line is indented.
Public propertyItem
Access TextBoxLine array.
Public propertyLineCount
Gets line count.
Public propertyLongestLineWidth
Longest line width
Public propertyParagraphCount
Gets paragraph count.
Top
Methods
  NameDescription
Public methodAddText(PdfFont, Double, String)
Add text to text box.
Public methodAddText(PdfFont, Double, DrawStyle, String)
Add text to text box.
Public methodAddText(PdfFont, Double, Color, String)
Add text to text box.
Public methodAddText(PdfFont, Double, String, AnnotAction)
Add text to text box.
Public methodAddText(PdfFont, Double, String, String)
Add text to text box.
Public methodAddText(PdfFont, Double, DrawStyle, Color, String)
Add text to text box.
Public methodAddText(PdfFont, Double, DrawStyle, Color, String, AnnotAction)
Add text to text box.
Public methodAddText(PdfFont, Double, DrawStyle, Color, String, String)
Add text to text box.
Public methodBoxHeightExtra(Double, Double)
TextBox height including extra line and paragraph space.
Public methodBoxHeightExtra(Int32, Double, Double)
Thwe height of the first LineCount lines including extra line and paragraph space.
Public methodBoxHeightExtra(Int32, Int32, Double, Double, Double)
The height of a block of lines within TextBox not excedding request height.
Public methodClear
Clear TextBox
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodTerminate
Terminate TextBox
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
See Also