[]
        
(Showing Draft Content)

C1.Pdf.PdfTextBox

PdfTextBox Class

Represents a text input box.

Inheritance
PdfTextBox
Namespace: C1.Pdf
Assembly: C1.Pdf.dll
Syntax
public class PdfTextBox : PdfTextFieldBase

Constructors

Name Description
PdfTextBox()

Initializes a new instance of the PdfTextBox class.

Properties

Name Description
Alignment

Gets or sets the text alignment of the current PdfTextBox.

IsFileSelect

Gets or set a value indicating whether the current PdfTextBox is used to enter file names.

IsMultiline

Gets or set a value indicating whether the current PdfTextBox is multiline.

IsPassword

Gets or set a value indicating whether the current PdfTextBox is used for password input.

IsScroll

Gets or set a value indicating whether the current PdfTextBox supports text scrolling.

MaxLength

Gets or set the maximum length of the current PdfTextBox.