Click or drag to resize

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; }

Property Value

Type: Boolean
Remarks
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