alexa
menu

Document Processing

    Show / Hide Table of Contents

    Word Class

    Represents word of text in a line.

    Inheritance
    System.Object
    Word
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.OCRProcessor
    Assembly: Syncfusion.OCRProcessor.Base.dll
    Syntax
    public class Word

    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 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