Click or drag to resize

PROPERTYCATEGORY Enumeration

Describes specified property categories according to distinct groupings.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[GuidAttribute("FC814A03-61C6-454B-A2DC-6DE8C57AFE68")]
public enum PROPERTYCATEGORY
Members
  Member nameValueDescription
PROPERTYCATEGORY_GENERAL0 General category of a property.
PROPERTYCATEGORY_DISTANCE1 Distance category of a property.
PROPERTYCATEGORY_CODEPAGE2 Defines what codepage will be applied to the particular language.
PROPERTYCATEGORY_LANGUAGE3 Controls what language will be used by the property; See LANGUAGES Enumeration for languages supported directly by the OmniPage Capture SDK.
PROPERTYCATEGORY_FONTNAME4 Only valid fontnames (specific named fonts) within a font-family can be used.
PROPERTYCATEGORY_FONTFAMILY5 For setting whether serif, sans-serif, cursive or monospace families will be preferred.
PROPERTYCATEGORY_FONTPITCH6 Sets the amount of spacing between the characters printed per inch for controlling the extent of condensation and extension.
PROPERTYCATEGORY_FONTSIZE7 The height and width of the fonts can be set.
PROPERTYCATEGORY_COLOR8 Sets the colors to be used by the specified control.
PROPERTYCATEGORY_FILENAME9 Setting the filename property to be used for files.
PROPERTYCATEGORY_FILEEXTENSION10 For setting the use of valid file extensions by specified controls.
PROPERTYCATEGORY_VOICENAME11 Voicename given to the audiofiles generated by the specific control must be valid.
PROPERTYCATEGORY_PASSWORD12 For setting the hidden-state of required passwords in any interface, usually marked with asterisks.
PROPERTYCATEGORY_ESCAPEDSTRING13
Caution note Caution
This API is preliminary and subject to change.
See Also