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描述情况
AnnotationAnnotation?阅读这项措施所标记的注释.
ScaleRatiostring阅读/写作尺度比的字符串 (例如:.
XYFactordouble阅读/写作X/Y 面积比因子 (非同位体测量系统).
OriginAspose.Pdf.Point阅读/写作用户空间中的源点用于测量计算.
DistanceFormatNumberFormatList阅读/写作线性距离编号格式列表.
AreaFormatNumberFormatList阅读/写作区域编号格式列表.
AngleFormatNumberFormatList阅读/写作角度数字格式列表.
SlopeFormatNumberFormatList阅读/写作斜率编号格式列表.
XFormatNumberFormatList阅读/写作编号格式的X坐标列表.
YFormatNumberFormatList阅读/写作编号格式的Y坐标列表.

方法

Signature描述情况
Measure(annotation: Annotation)构建一个与注释绑定的测量,填写/测量的字典 (PDF 32000 §12.5.6.10) 的尺度比和数字格式列表.

查看更多

 中文