Pdf2Data 5.0.1 API
Loading...
Searching...
No Matches
iText.Pdf2Data.Result.Meta.PageLocationMetaResult Class Reference

Class representing page location metadata. More...

Public Member Functions

  PageLocationMetaResult (double? x, double? y, double? width, double? height, int? page)
  Creates an instance of page location metadata representation.
 
virtual ? double  GetX ()
  Get X coordinate on the page.
 
virtual ? double  GetY ()
  The Y coordinate on the page.
 
virtual ? double  GetWidth ()
  Get width of the location.
 
virtual ? double  GetHeight ()
  Get height of the location.
 
virtual ? int  GetPage ()
  Get page number of the location.
 
override bool  Equals (Object o)
 
override int  GetHashCode ()
 

Detailed Description

Class representing page location metadata.

Constructor & Destructor Documentation

◆ PageLocationMetaResult()

iText.Pdf2Data.Result.Meta.PageLocationMetaResult.PageLocationMetaResult ( double? x,
double? y,
double? width,
double? height,
int? page )
inline

Creates an instance of page location metadata representation.

Parameters
x the x coordinate on the page
y the y coordinate on the page
width the width of the location
height the height of the location
page the page number

Member Function Documentation

◆ GetHeight()

virtual ? double iText.Pdf2Data.Result.Meta.PageLocationMetaResult.GetHeight ( )
inlinevirtual

Get height of the location.

Returns
height value

◆ GetPage()

virtual ? int iText.Pdf2Data.Result.Meta.PageLocationMetaResult.GetPage ( )
inlinevirtual

Get page number of the location.

Returns
page number

◆ GetWidth()

virtual ? double iText.Pdf2Data.Result.Meta.PageLocationMetaResult.GetWidth ( )
inlinevirtual

Get width of the location.

Returns
width value

◆ GetX()

virtual ? double iText.Pdf2Data.Result.Meta.PageLocationMetaResult.GetX ( )
inlinevirtual

Get X coordinate on the page.

Returns
x coordinate value

◆ GetY()

virtual ? double iText.Pdf2Data.Result.Meta.PageLocationMetaResult.GetY ( )
inlinevirtual

The Y coordinate on the page.

Returns
y coordinate value