FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
ExtFieldType Interface Reference

Extended type information for PDF form fields, with specific properties for different field types. More...

Public Attributes

boolean isDateOrTime
 Indicates whether the field is a date or time field. More...
 
boolean isImage
 Indicates whether the field is an image field. More...
 
FieldType type
 The type of the form field.
 

Detailed Description

Extended type information for PDF form fields, with specific properties for different field types.

This type extends the basic field information by differentiating between various types of form fields:

  • PushButton fields include an additional isImage property to indicate whether the button displays an image.
  • Text fields include an additional isDateOrTime property to indicate whether the field is intended for date or time input. Other field types may not have these properties.
    Since
    11.0.0

Member Data Documentation

◆ isDateOrTime

boolean ExtFieldType::isDateOrTime

Indicates whether the field is a date or time field.

This property is only relevant for Text fields. If the field is a text input field, this property can specify whether the input is specifically for a date or time.

Since
11.0.0

◆ isImage

boolean ExtFieldType::isImage

Indicates whether the field is an image field.

This property is only relevant for PushButton fields. If the field is a push button, this property can specify whether the button displays an image instead of text.

Since
11.0.0

Foxit Software Corporation Logo
@2025 Foxit Software Incorporated. All rights reserved.