GemBox.Document
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    FormTextType Enum

    Namespace:
    GemBox.Document
    Assembly:
    GemBox.Document.dll

    Represents the possible types of the contents of a text box form field.

    • C#
    • VB.NET
    public enum FormTextType
    Public Enum FormTextType

    Fields

    Calculation

    Specifies that the contents of this text box form field shall be the result of the field calculation specified by the corresponding DefaultValue property.

    CurrentDate

    Specifies that the contents of this text box form field shall be the current date when the field is updated.

    CurrentTime

    Specifies that the contents of this text box form field shall be the current time when the field is updated.

    Date

    Specifies that the contents of this text box form field shall be treated as a date.

    Number

    Specifies that the contents of this text box form field shall be treated as a number value.

    RegularText

    Specifies that this text form field is a plain text field (no additional content restrictions).

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.