Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

DynaPDF.CreateGeospatialMeasure

Creates a geospatial measure dictionary.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 13.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.CreateGeospatialMeasure"; Viewport; Attributes )   More

Parameters

Parameter Description Example
Viewport Viewport handle (required) $viewport
Attributes JSON like string.
See dynapdf manual.
$attributes

Result

Returns handle or error.

Description

Creates a geospatial measure dictionary.
This kind of measure dictionary can be used to convert PDF units to geographic coordinates.
A measure dictionary is used by the measure tool of Adobe's Acrobat and by other PDF viewers which contain a PDF compatible measure tool.

Notice:
This is a low level function for more experienced users who are familiar with PDF. It is assumed that a copy of the ISO Standard 32000-2 or newer is available by these users.

See also CreateGeospatialMeasure function in DynaPDF manual.

Release notes

Blog Entries

This function checks for a license.

Created 9th October 2023, last changed 9th October 2023


DynaPDF.CreateDeviceNColorSpace - DynaPDF.CreateGoToAction

💬 Ask a question or report a problem