PSPDFMeasurementCalibration

Objective-C


@interface PSPDFMeasurementCalibration : NSObject

Swift

class MeasurementCalibration : NSObject

A known real world distance used for calibration to obtain a MeasurementScale.

  • Unavailable

    Not the designated initializer

    Undocumented

    Declaration

    Objective-C

    PSPDF_EMPTY_INIT_UNAVAILABLE
  • Unavailable

    Not the designated initializer

    Undocumented

    Declaration

    Objective-C

    PSPDF_EMPTY_INIT_UNAVAILABLE
  • A known real world distance. The unit of this value is given by unitTo.

    Declaration

    Objective-C

    @property (nonatomic, readonly) double value;

    Swift

    var value: Double { get }
  • The unit for the known real world distance.

    Declaration

    Objective-C

    @property (nonatomic, readonly) PSPDFUnitTo unitTo;

    Swift

    var unitTo: UnitTo { get }