EditorViewZoneText Property
|
This property sets or returns the text associated with the current zone.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[BrowsableAttribute(false)]
[DispIdAttribute(187)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public string ZoneText { get; set; }
<BrowsableAttribute(false)>
<DispIdAttribute(187)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property ZoneText As String
Get
Set
public:
[BrowsableAttribute(false)]
[DispIdAttribute(187)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property String^ ZoneText {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also