Class PdfContentExtractionRegionResult
Inheritance
System.Object
PdfContentExtractionRegionResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.DocumentProcessing
Assembly: Simplic.DocumentProcessing.dll
Syntax
public class PdfContentExtractionRegionResult
Properties
| Improve this Doc View SourceHeight
Declaration
public float Height { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Left
Declaration
public float Left { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
OptionName
Declaration
public string OptionName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Page
Declaration
public int Page { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Top
Declaration
public float Top { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Width
Declaration
public float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single |