Click or drag to resize

IVCSPECZOOMFACTORS Enumeration

Specifies available zoom options for the Image View Control.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[GuidAttribute("37E36D94-48FB-4C7E-9324-0DDA847660EC")]
public enum IVCSPECZOOMFACTORS
Members
  Member nameValueDescription
IVC_FIT_HORZ1 Sets zoom to fit the image horizontally in the view.
IVC_FIT_VERT2 Sets zoom to fit the image vertically in the view.
IVC_FIT_IN_WINDOW3 Sets zoom to fit the whole image in the view.
IVC_FIT_1004 Sets zoom to fit the 100 percent of image in the view.
IVC_FIT_755 Sets zoom to fit the 75 percent of image in the view.
IVC_FIT_506 Sets zoom to fit the 50 percent of image in the view.
IVC_FIT_257 Sets zoom to fit the 25 percent of image in the view.
See Also