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; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(false)>
<DispIdAttribute(152)>
Public Property SelNumbering As Boolean
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BrowsableAttribute(false)]
[DispIdAttribute(152)]
property bool SelNumbering {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanRemarks
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