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.Model.Pdf.Pages.PageSelection Class Reference

Represents a selection that is part or all of a page. More...

Inheritance diagram for SolidFramework.Model.Pdf.Pages.PageSelection:

Public Member Functions

virtual void Dispose ()
 
 PageSelection (SolidFramework.Model.Pdf.Pages.IPageHolder page, global::System.Drawing.RectangleF area)
 Initializes a new instance of the PageSelection class. More...
 
bool Equals (SolidFramework.Model.Pdf.Pages.PageSelection other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (SolidFramework.Model.Pdf.Pages.PageSelection obj1, SolidFramework.Model.Pdf.Pages.PageSelection obj2)
 
static bool operator!= (SolidFramework.Model.Pdf.Pages.PageSelection obj1, SolidFramework.Model.Pdf.Pages.PageSelection obj2)
 

Properties

global::System.Drawing.RectangleF Area [get]
 Gets the area within the page that has been selected. More...
 
SolidFramework.Model.Pdf.Pages.IPageHolder Page [get]
 Gets the page that the selection is located on. More...
 

Detailed Description

Represents a selection that is part or all of a page.

Constructor & Destructor Documentation

◆ PageSelection()

SolidFramework.Model.Pdf.Pages.PageSelection.PageSelection ( SolidFramework.Model.Pdf.Pages.IPageHolder  page,
global::System.Drawing.RectangleF  area 
)

Initializes a new instance of the PageSelection class.

Parameters
pageThe page.
areaThe area.

Property Documentation

◆ Area

global.System.Drawing.RectangleF SolidFramework.Model.Pdf.Pages.PageSelection.Area
get

Gets the area within the page that has been selected.

Returns
The area within the page that has been selected.

◆ Page

SolidFramework.Model.Pdf.Pages.IPageHolder SolidFramework.Model.Pdf.Pages.PageSelection.Page
get

Gets the page that the selection is located on.

Returns
The page that the selection is located on.