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.Converters.Plumbing.SelectedArea Class Reference

Represents Selected area More...

Inheritance diagram for SolidFramework.Converters.Plumbing.SelectedArea:

Public Member Functions

virtual void Dispose ()
 
 SelectedArea (int page, int x, int y, int width, int height)
 Initializes a new instance of the SelectedArea class. More...
 
 SelectedArea (int page, global::System.Drawing.Point location, int width, int height)
 Initializes a new instance of the SelectedArea class. More...
 
 SelectedArea (int page, global::System.Drawing.Rectangle rect)
 Initializes a new instance of the SelectedArea class. More...
 
void SetArea (global::System.Drawing.Rectangle value)
 Sets the area.
 
override string ToString ()
 
bool Equals (SolidFramework.Converters.Plumbing.SelectedArea other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static SolidFramework.Converters.Plumbing.SelectedArea Parse (string content)
 Parses the specified content. More...
 
static bool operator== (SolidFramework.Converters.Plumbing.SelectedArea obj1, SolidFramework.Converters.Plumbing.SelectedArea obj2)
 
static bool operator!= (SolidFramework.Converters.Plumbing.SelectedArea obj1, SolidFramework.Converters.Plumbing.SelectedArea obj2)
 

Properties

global::System.Drawing.Rectangle Area [get]
 Gets the area.
 
global::System.Drawing.Point Location [get]
 Gets the location.
 
int Width [get]
 Gets the width.
 
int Height [get]
 Gets the height.
 
int Page [getset]
 Gets the page number
 

Detailed Description

Represents Selected area

Constructor & Destructor Documentation

◆ SelectedArea() [1/3]

SolidFramework.Converters.Plumbing.SelectedArea.SelectedArea ( int  page,
int  x,
int  y,
int  width,
int  height 
)

Initializes a new instance of the SelectedArea class.

Parameters
pageThe page number.
xThe X.
yThe Y.
widthThe width.
heightThe height.

◆ SelectedArea() [2/3]

SolidFramework.Converters.Plumbing.SelectedArea.SelectedArea ( int  page,
global::System.Drawing.Point  location,
int  width,
int  height 
)

Initializes a new instance of the SelectedArea class.

Parameters
pageThe page number.
locationThe location.
widthThe width.
heightThe height.

◆ SelectedArea() [3/3]

SolidFramework.Converters.Plumbing.SelectedArea.SelectedArea ( int  page,
global::System.Drawing.Rectangle  rect 
)

Initializes a new instance of the SelectedArea class.

Parameters
pageThe page number.
rectThe rectangle.

Member Function Documentation

◆ Parse()

static SolidFramework.Converters.Plumbing.SelectedArea SolidFramework.Converters.Plumbing.SelectedArea.Parse ( string  content)
static

Parses the specified content.

Parameters
contentThe content.
Returns