Click or drag to resize

EditorViewZoom Property

This property controls the zoom. The value can be a TECSPECZOOMFACTORS value, or a certain zoom factor expressed in percentages.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[BindableAttribute(BindableSupport.Yes)]
[DispIdAttribute(104)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public int Zoom { get; set; }

Property Value

Type: Int32
Remarks
Values less than 100 will result in zooming out, larger than 100 will result in zooming in. The default value for this property is 100.
See Also