FoxitPDFSDKforWeb  v10.0.0
Foxit PDF SDK for Web
constant

Enumerations

enum  Field_Flag {
  ReadOnly = 1, Required = 2, NoExport = 4 , ButtonNoToggleToOff = 16384,
  ButtonRadiosInUnison = 33554432, TextMultiline = 4096, TextPassword = 8192, TextDoNotSpellCheck = 4194304,
  TextDoNotScroll = 8388608, TextComb = 16777216, ComboEdit = 262144, ChoiceMultiSelect = 2097152,
  CommitOnSelChange = 67108864
}
 Enumeration for PDF Form Field flags. More...
 
enum  Field_Type {
  Unknown = 0, PushButton = 1, CheckBox = 2, RadioButton = 3,
  Text = 6, ListBox = 5, ComboBox = 4, Sign = 7,
  Barcode = 8
}
 Enumeration for PDF Form Field type. More...
 

Detailed Description

pdf related constants

Enumeration Type Documentation

◆ Field_Flag

enum Field_Flag

Enumeration for PDF Form Field flags.

Since
7.1.0
Enumerator
ReadOnly 

ReadOnly flag's bit position.

Required 

Required flag's bit position.

NoExport 

NoExport flag's bit position.

ButtonNoToggleToOff 

ButtonNoToggleToOff flag's bit position.

Note
Only for radio button
ButtonRadiosInUnison 

ButtonRadiosInUnison flag's bit position.

Note
Only for radio button
TextMultiline 

TextMultiline flag's bit position.

Note
Only for text field
TextPassword 

TextPassword flag's bit position.

Note
Only for text field
TextDoNotSpellCheck 

TextDoNotSpellCheck flag's bit position.

Note
Only for text field
TextDoNotScroll 

TextDoNotScroll flag's bit position.

Note
Only for text field
TextComb 

TextComb flag's bit position.

Note
Only for text field
ComboEdit 

ComboEdit flag's bit position.

Note
Only for combo box
ChoiceMultiSelect 

ChoiceMultiSelect flag's bit position.

Note
Only for list box
CommitOnSelChange 

CommitOnSelChange flag's bit position.

◆ Field_Type

enum Field_Type

Enumeration for PDF Form Field type.

Since
7.1.0
Enumerator
Unknown 

unsupported or invalid field.

PushButton 

push button without any value.

CheckBox 

check box with on/off states.

RadioButton 

a group of radio buttons, at most one item can be selected.

Text 

single line or multi-line texts.

ListBox 

list box, single or multiple selections.

ComboBox 

combo box with or without the edit box.

Sign 

signature field.

Barcode 

barcode field.

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