C# Class Franken_.App_Code.GlyphImage

Datei anzeigen Open project: Early-Modern-OCR/FrankenPlus Class Usage Examples

Public Properties

Property Type Description
GlyphID string
ID string
Path string
Status string

Public Methods

Method Description
Delete ( bool DeleteFile ) : void
GlyphImage ( ) : System
GlyphImage ( string ID ) : System
Save ( ) : void

Method Details

Delete() public method

public Delete ( bool DeleteFile ) : void
DeleteFile bool
return void

GlyphImage() public method

public GlyphImage ( ) : System
return System

GlyphImage() public method

public GlyphImage ( string ID ) : System
ID string
return System

Save() public method

public Save ( ) : void
return void

Property Details

GlyphID public_oe property

public string GlyphID
return string

ID public_oe property

public string ID
return string

Path public_oe property

public string Path
return string

Status public_oe property

public string Status
return string