PXV_OpModifyFieldMaskFlags Enumeration

From PDF XChange PDF SDK
Revision as of 11:46, 24 September 2017 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 PXV_OpModifyFieldMaskFlags
{
    OpModifyField_MaxLen          = 8,
    OpModifyField_TopIndex        = 16,
    OpModifyField_OptList         = 64,
    OpModifyField_RichValue       = 128,
    OpModifyField_Value           = 256,
    OpModifyField_DefValue        = 512,
    OpModifyField_DateTimeValue   = 1024,
    OpModifyField_SelectedIndices = 2048,
    OpModifyField_FlagsMask       = 4095,
};

Constants

OpModifyField_MaxLen
The ...
OpModifyField_TopIndex
The ...
OpModifyField_OptList
The ...
OpModifyField_RichValue
The ...
OpModifyField_Value
The ...
OpModifyField_DefValue
The ...
OpModifyField_DateTimeValue
The ...
OpModifyField_SelectedIndices
The ...
OpModifyField_FlagsMask
The ...