Click or drag to resize

ImageViewZonesVisible Property

This property controls whether the page zones are drawn or not on the image.

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

Property Value

Type: Boolean
Remarks
The default value for this property is True.
See Also