ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Forms Namespace / TextField Class
Properties Methods


In This Topic
    TextField Class Members
    In This Topic

    The following tables list the members exposed by TextField.

    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the field is automatically divided into as many equally spaced positions as the value of MaxLength.  
    Public Property Gets or sets a value indicating the default value of the field.  
    Public PropertyGets or sets a value indicating whether the field will scroll to accommodate text. If set to 'no', once the field is full, no further text is accepted.
    NOTE: ImageGear does not currently adhere to the behavior of this property. It is available for read and write for exporting purposes.  
    Public Property Gets or sets a value indicating whether the text entered in the field is spell-checked.  
    Public Property Gets or sets a value indicating whether the text entered in the field represents the pathname of a file whose contents are to be submitted as the value of the field.  
    Public PropertyGets or sets the maximum length of the text in the textfield. A value of -1 indicates no specified maximum length.
    Note that any length text entries are still accepted. The text is only truncated by most viewer applications during view time.  
    Public Property Gets or sets a value indicating whether the text may span more than one line.  
    Public Property Gets or sets a value indicating whether entered text appears obfucated or as plain text.  
    Public Property Gets or sets a value indicating whether the value of the field is a rich text string.  
    Public Property Gets or sets the value of the rich text string.  
    Public Property Gets or sets the text value of the field. If RichText is set, this is the flat (non-formatted) text version of the RichTextValue property.  
    Top
    See Also