Measure
概述
Measure 是一个类在Aspose.PDF FOSS的.NET中.
测量单位与 LineAnnotation 附加的元数据 (PDF 32000 §12.5.6.13测量的词典).
本类提供1种方法,用于在NET程序中与测量对象工作. 有的方法包括: Measure. 所有公众成员在安装了Aspose.PDF FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: AngleFormat, Annotation, AreaFormat, DistanceFormat, Origin, ScaleRatio,另外还有4个.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
Annotation | Annotation? | 阅读 | 这项措施所标记的注释. |
ScaleRatio | string | 阅读/写作 | 尺度比的字符串 (例如:. |
XYFactor | double | 阅读/写作 | X/Y 面积比因子 (非同位体测量系统). |
Origin | Aspose.Pdf.Point | 阅读/写作 | 用户空间中的源点用于测量计算. |
DistanceFormat | NumberFormatList | 阅读/写作 | 线性距离编号格式列表. |
AreaFormat | NumberFormatList | 阅读/写作 | 区域编号格式列表. |
AngleFormat | NumberFormatList | 阅读/写作 | 角度数字格式列表. |
SlopeFormat | NumberFormatList | 阅读/写作 | 斜率编号格式列表. |
XFormat | NumberFormatList | 阅读/写作 | 编号格式的X坐标列表. |
YFormat | NumberFormatList | 阅读/写作 | 编号格式的Y坐标列表. |
方法
| Signature | 描述情况 |
|---|---|
Measure(annotation: Annotation) | 构建一个与注释绑定的测量,填写/测量的字典 (PDF 32000 §12.5.6.10) 的尺度比和数字格式列表. |