VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Results Namespace / OcrTextFont Class / OcrTextFont Constructor(String,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean)
Syntax Requirements SeeAlso
In This Topic
    OcrTextFont Constructor(String,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean)
    In This Topic
    Initializes a new instance of the OcrTextFont class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal name
    Name of font.
    As System.String, _
    ByVal isBold
    A value indicating whether the font is bold.
    As Boolean, _
    ByVal isItalic
    A value indicating whether the font is italic.
    As Boolean, _
    ByVal isUnderlined
    A value indicating whether the font is underlined.
    As Boolean, _
    ByVal isMonospace
    A value indicating whether the font is monospace.
    As Boolean, _
    ByVal isSerif
    A value indicating whether the font is serif.
    As Boolean, _
    ByVal isSmallcaps
    A value indicating whether the font has small caps.
    As Boolean _
    )
    public: OcrTextFont(
    System.String name,
    bool isBold,
    bool isItalic,
    bool isUnderlined,
    bool isMonospace,
    bool isSerif,
    bool isSmallcaps
    )

    Parameters

    name
    Name of font.
    isBold
    A value indicating whether the font is bold.
    isItalic
    A value indicating whether the font is italic.
    isUnderlined
    A value indicating whether the font is underlined.
    isMonospace
    A value indicating whether the font is monospace.
    isSerif
    A value indicating whether the font is serif.
    isSmallcaps
    A value indicating whether the font has small caps.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also