Click or drag to resize

EditorViewSelBullet Property

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

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

Property Value

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