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; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DispIdAttribute(106)>
<BindableAttribute(BindableSupport.Yes)>
Public Property Zoom As IVCSPECZOOMFACTORS
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DispIdAttribute(106)]
[BindableAttribute(BindableSupport::Yes)]
property IVCSPECZOOMFACTORS Zoom {
IVCSPECZOOMFACTORS get ();
void set (IVCSPECZOOMFACTORS value);
}
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