Platforms to show: All Mac Windows Linux Cross-Platform
DynaPDFMeasureMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | DynaPDF | MBS DynaPDF Plugin | 15.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 24 properties
- property AnglesCount as Integer
- property AreaCount as Integer
- property BoundCount as Integer
- property CXY as Single
- property DCS_EPSG as Integer
- property DCS_IsSet as Boolean
- property DCS_Projected as Boolean
- property DCS_WKT as String
- property DistanceCount as Integer
- property GCS_EPSG as Integer
- property GCS_Projected as Boolean
- property GCS_WKT as String
- property GPTSCount as Integer
- property IsRectilinear as Boolean
- property LPTSCount as Integer
- property OriginX as Single
- property OriginY as Single
- property PDU1 as String
- property PDU2 as String
- property PDU3 as String
- property R as String
- property SlopeCount as Integer
- property XCount as Integer
- property YCount as Integer
- 10 methods
- method Angles as DynaPDFNumberFormatMBS()
- method Area as DynaPDFNumberFormatMBS()
- method Bounds as Double()
- method Constructor Private
- method Distance as DynaPDFNumberFormatMBS()
- method GPTS as Double()
- method LPTS as Double()
- method Slope as DynaPDFNumberFormatMBS()
- method X as DynaPDFNumberFormatMBS()
- method Y as DynaPDFNumberFormatMBS()
This class has no sub classes.
Blog Entries
Release notes
- Version 24.1
- Changed Bounds, GPTS and LPTS in DynaPDFMeasureMBS to be double.
Some properties using for this class:
- DynaPDFImageMBS.Measure as DynaPDFMeasureMBS
- DynaPDFViewportMBS.Measure as DynaPDFMeasureMBS
Some related classes:
The items on this page are in the following plugins: MBS DynaPDF Plugin.
DynaPDFMBS - DynaPDFMissingFunctionExceptionMBS
