![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents a selection that is part or all of a page. More...
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... | |
Represents a selection that is part or all of a page.
| 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.
| page | The page. |
| area | The area. |
|
get |
Gets the area within the page that has been selected.
|
get |
Gets the page that the selection is located on.