EditorViewNonPrintingCharsVisible Property
|
This property controls whether the non-printing, control characters - like new line, tabs and spacing dots - are displayed or not.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax [DispIdAttribute(105)]
[BindableAttribute(BindableSupport.Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool NonPrintingCharsVisible { get; set; }
<DispIdAttribute(105)>
<BindableAttribute(BindableSupport.Yes)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property NonPrintingCharsVisible As Boolean
Get
Set
public:
[DispIdAttribute(105)]
[BindableAttribute(BindableSupport::Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property bool NonPrintingCharsVisible {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanRemarks
The default value for this property is False. This functionality can also be passed to an end-user by a checkbox on the General tab of
the TEC property page. See the topic Non Printing Characters.
See Also