PXC_FormFieldType Enumeration

From PDF XChange PDF SDK
Revision as of 10:36, 23 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Specifies the ...

Syntax

enum PXC_FormFieldType
{
    FFT_Unknown     = 0,
    FFT_PushButton  = 1,
    FFT_RadioButton = 2,
    FFT_CheckBox    = 3,
    FFT_Text        = 4,
    FFT_ComboBox    = 5,
    FFT_ListBox     = 6,
    FFT_Signature   = 7,
    FFT_Barcode     = 8,
    FFT_TypeMax     = 9,
};

Constants

FFT_Unknown
The ...
FFT_PushButton
The ...
FFT_RadioButton
The ...
FFT_CheckBox
The ...
FFT_Text
The ...
FFT_ComboBox
The ...
FFT_ListBox
The ...
FFT_Signature
The ...
FFT_Barcode
The ...
FFT_TypeMax
The ...

See Also

IPXC_AcroForm::CreateField, IPXC_FormField::Type