Click or drag to resize

EditorViewSelNumbering Property

This property controls whether the current selection is numbered or not.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DispIdAttribute(152)]
public bool SelNumbering { get; set; }

Property Value

Type: Boolean
Remarks
If there are both numbered and non-numbered paragraphs selected, False is returned. Setting this parameter to True will apply numbering to all selected paragraphs.
See Also