PXC_FormFieldType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_FormFieldType Enumeration}}
 
{{#customTitle:PXC_FormFieldType Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:53, 20 April 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

See also ...