Measure Class
Class which describes Measure coordinate system.
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.AnnotationsMeasure

Namespace: Aspose.Pdf.Annotations
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class Measure

The Measure type exposes the following members.

Constructors
  NameDescription
Public methodMeasure
Creates Measure object for measure annotations.
Properties
  NameDescription
Public propertyAngleFormat
A number format array for measurement of angles.
Public propertyAreaFormat
A number format array for measurement of area.
Public propertyDistanceFormat
A number format array for measurement of distance in any direction.
Public propertyOrigin
Point that shall specify the origin of the measurement coordinate system in default user space coordinates.
Public propertyScaleRatio
A text string expressing the scale ratio of the drawing.
Public propertySlopeFormat
A number format array for measurement of the slope of a line.
Public propertyXFormat
A number format array for measurement of change along the xaxis and, if Y is not present, along the y axis as well
Public propertyXYFactor
A factor that shall be used to convert the largest units along the y axis to the largest units along the x axis.
Public propertyYFormat
A number format array for measurement of change along the y axis.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also