DynaPDF.GetPageCoords
---------------------

Queries the current coordinate system.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [DynaPDF](component_DynaPDF.md) | [3.3](newinversion33.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "DynaPDF.GetPageCoords"; PDF ) 

**MBS**( **"DynaPDF.GetPageCoords";** /\* Queries the current coordinate system. \*/  
**$PDF**) /\* The PDF reference returned from [DynaPDF.New](DynaPDFNew.md). \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| PDF | The PDF reference returned from [DynaPDF.New](DynaPDFNew.md). | $pdf |

### Result

Returns current setting on success or error message.

### Description

Queries the current coordinate system.  
The native coordinate system of the Portable Document Format is bottom-up. However, DynaPDF supports also top-down coordinates to make the usage of the library easier.  
See also [DynaPDF.SetPageCoords](DynaPDFSetPageCoords.md).  
See also [GetPageCoords](https://www.monkeybreadsoftware.com/DynaPDF-Manual/GetPageCoords.shtml) function in DynaPDF manual.

### See also

- [DynaPDF.GetPageCount](DynaPDFGetPageCount.md)
- [DynaPDF.GetPageHeight](DynaPDFGetPageHeight.md)
- [DynaPDF.GetPageLayout](DynaPDFGetPageLayout.md)
- [DynaPDF.GetPageMode](DynaPDFGetPageMode.md)
- [DynaPDF.New](DynaPDFNew.md)
- [DynaPDF.RotateCoords](DynaPDFRotateCoords.md)
- [DynaPDF.ScaleCoords](DynaPDFScaleCoords.md)
- [DynaPDF.SetPageCoords](DynaPDFSetPageCoords.md)
- [DynaPDF.SetPageFormat](DynaPDFSetPageFormat.md)
- [DynaPDF.SetPageMode](DynaPDFSetPageMode.md)

This function checks for a license.

Created 18th August 2014 , last changed 18th August 2014

  
[DynaPDF.GetPageBreakExpression](DynaPDFGetPageBreakExpression.md) - [DynaPDF.GetPageCount](DynaPDFGetPageCount.md)

[HTML Version](DynaPDFGetPageCoords.shtml)