Click or drag to resize

ImageViewZoom Property

This property controls the current zoom rate applied by the ImageView.

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

Property Value

Type: IVCSPECZOOMFACTORS
Remarks
You can set the zoom value only to predefined values using the IMAGEVIEWSPECZOOMFACTORS enumeration items. The default value for this property is IVC_FIT_IN_WINDOW. For possible values see the IVCSPECZOOMFACTORS enumeration topic.
See Also