Click or drag to resize

DocumentDefaultFillingMethod Property

Use this property to get or set the default filling method for the document.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public FILLINGMETHOD DefaultFillingMethod { get; set; }

Property Value

Type: FILLINGMETHOD
Remarks

For available values, see the FILLINGMETHOD Enumeration topic.

The default value of this property is FM_OMNIFONT.

This filling method setting will be applied to all UserZone objects with the value FM_DEFAULT in their ZoneFillingMethod property. Otherwise this setting is overridden by the ZoneFillingMethod property of a given UserZone object.

Changing this property will set the Modified property to True.

See Also