Class ContentArea

Class ContentArea

Der Name: Aspose.OCR Zusammensetzung: Aspose.OCR.dll (25.4.0)

Ein Inhaltsbereich, das in einem Bild festgestellt wird.

public class ContentArea

Inheritance

object ContentArea

Vererbte Mitglieder

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

ContentArea()

public ContentArea()

Fields

Bild

Bildregion mit dem Inhalt.

public MemoryStream image

Feldwert

MemoryStream

Indikatoren

Der sequentielle Index des Inhaltsbereichs, einzigartig innerhalb des Bildes.

public int index

Feldwert

int

Properties

Rectangle

Der grenzüberschreitende Rechteck des Inhaltsbereichs.

public Rectangle Rectangle { get; set; }

Eigentumswert

Rectangle

 Deutsch