Class Measure
Contents
[
Hide
]Measure class
Class which describes Measure coordinate system.
public class Measure
Constructors
| Name | Description |
|---|---|
| Measure(Annotation) | Creates Measure object for measure annotations. |
Properties
| Name | Description |
|---|---|
| AngleFormat { get; set; } | A number format array for measurement of angles. |
| AreaFormat { get; set; } | A number format array for measurement of area. |
| DistanceFormat { get; set; } | A number format array for measurement of distance in any direction. |
| Origin { get; set; } | Point that shall specify the origin of the measurement coordinate system in default user space coordinates. |
| ScaleRatio { get; set; } | A text string expressing the scale ratio of the drawing. |
| SlopeFormat { get; set; } | A number format array for measurement of the slope of a line. |
| XFormat { get; set; } | A number format array for measurement of change along the xaxis and, if Y is not present, along the y axis as well |
| XYFactor { get; set; } | A factor that shall be used to convert the largest units along the y axis to the largest units along the x axis. |
| YFormat { get; set; } | A number format array for measurement of change along the y axis. |
See Also
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF