PSPDFMeasurementInfo
Objective-C
@interface PSPDFMeasurementInfo : PSPDFModel
Swift
class MeasurementInfo : ModelObject
Measurement info object used to store details of a measurement annotation.
-
The measurement scale used in the measurement annotation.
Declaration
Objective-C
@property (nonatomic, readonly) PSPDFMeasurementScale *_Nonnull scale;
Swift
var scale: MeasurementScale { get }
-
Returns the measurement mode (ie. distance, perimeter, area) of the measurement annotation.
Declaration
Objective-C
@property (nonatomic, readonly) PSPDFMeasurementMode mode;
Swift
var mode: MeasurementMode { get }
-
The number of decimal places of precision used to display the measurement in the annotation
contents
.Declaration
Objective-C
@property (nonatomic, readonly) PSPDFMeasurementPrecision precision;
Swift
var precision: MeasurementPrecision { get }