alexa
menu

Document Processing

    Show / Hide Table of Contents

    Word Class

    Represents word of text in a line.

    Inheritance
    System.Object
    Word
    Namespace: Syncfusion.OCRProcessor
    Assembly: Syncfusion.OCRProcessor.Base.dll
    Syntax
    public class Word : Object

    Constructors

    Word()

    Initialize word of text in a line.

    Declaration
    public Word()

    Properties

    Rectangle

    Gets or sets the bounds of the text.

    Declaration
    public Rectangle Rectangle { get; set; }
    Property Value
    Type
    System.Drawing.Rectangle

    Text

    Gets or sets the OCR text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved