You are here: Start » FIL.NET » TextSegmentationDesigner Class

TextSegmentationDesigner Class

Namespace:FilNet.Designers
Assembly:Fil.Net.Designers.dll

Prompts the user to edit a segmentation model.

Constructors

 ConstructorDescription
TextSegmentationDesigner(IContainer) Initializes an instance of the TextSegmentationEditor dialog using IContainer object which is responsible for disposing this dialog.
TextSegmentationDesigner() Initializes an instance of the TextSegmentationEditor dialog.

Properties

 NameTypeDescription
BackgroundsFilNet.Image[] Gets or sets the designer background images

Inherited from FilNet.Designers.Designer
IconSystem.Drawing.Icon Gets or sets the designer icon

Inherited from FilNet.Designers.Designer
IsDisposedSystem.Boolean Gets if the designer is _disposed

Inherited from FilNet.Designers.Designer
RoiAlignmentSystem.Nullable<FilNet.CoordinateSystem2D> User selected rectangle to reading a text.
RoiSystem.Nullable<FilNet.Rectangle2D> User selected rectangle to reading a text.
ShowQuickSetupOnStartupSystem.Boolean Enabled showing quick segmentation dialog on first execution.
SiteSystem.ComponentModel.ISite Gets or sets the ISite of the designer

Inherited from FilNet.Designers.Designer
SizeSystem.Drawing.Size Gets or sets a start size for the designer

Inherited from FilNet.Designers.Designer
StartLocationSystem.Drawing.Point Gets or sets a start location for the designer

Inherited from FilNet.Designers.Designer
StartPositionSystem.Windows.Forms.FormStartPosition Gets or sets a start position for the designer

Inherited from FilNet.Designers.Designer
TitleSystem.String Gets or sets the designer title

Inherited from FilNet.Designers.Designer

Methods

 NameDescription
Dispose() Releases all resources used by the designer

Inherited from FilNet.Designers.Designer
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetTextSegmentation() Creates an instance of the TextSegmentation type using editor properties.
GetType()Inherited from System.Object
LoadParameters(byte[]) Load model parameters from a byte array.
LoadParameters(string) Load model parameters from a file.
SaveParameters(byte[]) Save model parameters to byte array.
SaveParameters(System.IO.Stream) Saves model parameters to stream.
SaveParameters(string) Save model parameters to a file.
SetTextSegmentation(FilNet.TextSegmentation) Sets existing instance of TextSegmentation to editor.
SetTheme(System.Drawing.Color, System.Drawing.Color, FilNet.Designers.Designer.FilNet.Designers.Designer.IconSet) Sets designer color theme.

Inherited from FilNet.Designers.Designer
ShowDialog() Shows the editor as a modal window
ShowDialog(System.Windows.Forms.IWin32Window) Shows the editor as a modal window with a specified owner
ToString()Inherited from System.Object

Remarks

See also