EditorViewSelLeftIndent Property
|
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DispIdAttribute(153)]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public Object SelLeftIndent { get; set; }
<DispIdAttribute(153)>
<BrowsableAttribute(false)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property SelLeftIndent As Object
Get
Set
public:
[DispIdAttribute(153)]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property Object^ SelLeftIndent {
Object^ get ();
void set (Object^ value);
}
Property Value
Type:
Object
See Also