Measure

Overview

Measure is a class in Aspose.PDF FOSS for .NET.

Measure-units metadata attached to a LineAnnotation (PDF 32000 §12.5.6.13 measure dictionaries).

This class provides 1 method for working with Measure objects in .NET programs. Available methods include: Measure. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: AngleFormat, Annotation, AreaFormat, DistanceFormat, Origin, ScaleRatio, and 4 more.

Properties

NameTypeAccessDescription
AnnotationAnnotation?ReadThe annotation this Measure decorates.
ScaleRatiostringRead/WriteScale-ratio string (e.g.
XYFactordoubleRead/WriteX/Y aspect-ratio factor (non-isotropic measure systems).
OriginAspose.Pdf.PointRead/WriteOrigin point in user space for measure calculations.
DistanceFormatNumberFormatListRead/WriteLinear-distance number-format list.
AreaFormatNumberFormatListRead/WriteArea number-format list.
AngleFormatNumberFormatListRead/WriteAngle number-format list.
SlopeFormatNumberFormatListRead/WriteSlope number-format list.
XFormatNumberFormatListRead/WriteX-coordinate number-format list.
YFormatNumberFormatListRead/WriteY-coordinate number-format list.

Methods

SignatureDescription
Measure(annotation: Annotation)Construct a Measure bound to annotation, populating the scale ratio and number-format lists from its /Measure dictionary (PDF 32000 §12.5.6.10) when present.

See Also