PXC_FormFieldType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_FormFieldType Enumeration}}
 
{{#customTitle:PXC_FormFieldType Enumeration}}
{{#parentPage:PXV:PXC_Enumerations|PXC_FormFieldType Enumeration|enum}}
+
{{#parentPage:PXV:PXC_Enumerations|PXC_FormFieldType|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Latest revision as of 10:36, 23 May 2015


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