Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Static Public Member Functions | Properties | List of all members
SolidFramework.Imaging.OcrGraphicRegion Class Reference

Represents OCR graphic region More...

Inheritance diagram for SolidFramework.Imaging.OcrGraphicRegion:
SolidFramework.Imaging.IOcrRegion

Public Member Functions

override void Dispose ()
 
SolidFramework.Imaging.OcrRegionType GetObjectType ()
 
bool Equals (SolidFramework.Imaging.IOcrRegion other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (SolidFramework.Imaging.IOcrRegion obj1, SolidFramework.Imaging.IOcrRegion obj2)
 
static bool operator!= (SolidFramework.Imaging.IOcrRegion obj1, SolidFramework.Imaging.IOcrRegion obj2)
 

Properties

global::System.Drawing.Color Color [get]
 Gets the color.
 
int LineWidth [get]
 Gets the width of the line. More...
 
SolidFramework.Imaging.OcrGraphicRegionType GraphicType [get]
 Gets the type.
 
int Dx [get]
 Gets the delta x co-ordinates.
 
int Dy [get]
 Gets the delta y co-ordinate.
 
int Width [get]
 Gets the width.
 
int Height [get]
 Gets the height.
 

Detailed Description

Represents OCR graphic region

Member Function Documentation

◆ Dispose()

override void SolidFramework.Imaging.OcrGraphicRegion.Dispose ( )
virtual

Reimplemented from SolidFramework.Imaging.IOcrRegion.

Property Documentation

◆ LineWidth

int SolidFramework.Imaging.OcrGraphicRegion.LineWidth
get

Gets the width of the line.

The width of the line.