Click or drag to resize
TesseractOcrFontAttributes Class
Represents attributes of the font associated with an Ocr element.
Inheritance Hierarchy
SystemObject
  DevScope.Ocr.Tesseract.WindowsPhoneTesseractOcrFontAttributes

Namespace: DevScope.Ocr.Tesseract.WindowsPhone
Assembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax
public sealed class TesseractOcrFontAttributes : __ITesseractOcrFontAttributesPublicNonVirtuals

The TesseractOcrFontAttributes type exposes the following members.

Constructors
  NameDescription
Public methodTesseractOcrFontAttributes
Initializes a new instance of the TesseractOcrFontAttributes class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyFontId
Gets the font id.
Public propertyFontName
Gets the font name.
Public propertyIsBold
Gets a value indicating whether font is bold.
Public propertyIsItalic
Gets a value indicating whether font is italic.
Public propertyIsMonospace
Gets a value indicating whether font is monospace.
Public propertyIsSerif
Gets a value indicating whether font is serif.
Public propertyIsSmallCaps
Gets a value indicating whether font is smallcaps.
Public propertyIsUnderlined
Gets a value indicating whether font is underlined.
Public propertyPointSize
Gets the font point size.
Top
See Also