Class MeasurementAttributes

Inheritance
MeasurementAttributes
Namespace: PSPDFKit.Sdk.Models.Annotation.Shape
Assembly: Sdk.dll
Syntax
public sealed class MeasurementAttributes

Properties

| Edit this page View Source

MeasurementScale

Measurement scale used if the annotation is used for measurement.

Declaration
[JsonProperty(NamingStrategyType = typeof(CamelCaseNamingStrategy))]
public MeasurementScale MeasurementScale { get; set; }
Property Value
Type Description
MeasurementScale
| Edit this page View Source

Precision

Precision used if the annotation is used for measurement.

Declaration
[JsonProperty("measurementPrecision")]
[JsonConverter(typeof(MeasurementPrecisionJsonConverter))]
public Precision Precision { get; set; }
Property Value
Type Description
Precision

Methods

| Edit this page View Source

ToJson()

Declaration
public string ToJson()
Returns
Type Description
string