PdfAnnotation

PdfAnnotation class

表示pdf文档中的注释。

public class PdfAnnotation : PdfShape

特性

姓名 描述
AnnotationType { get; } 获取 this 的类型PdfAnnotation.
FormattedTextFragments { get; } 获取此的格式化文本片段的集合PdfShape.
override Height { get; } 获取这个的高度PdfAnnotation点.
Image { get; set; } 获取或设置此图像PdfShape.
Page { get; } 获取这个的父页面PdfAnnotation.
override RotateAngle { get; } 获取this的旋转角度PdfAnnotation以度为单位.
virtual Text { get; set; } 获取或设置此文本PdfShape.
override Width { get; } 得到这个的宽度PdfAnnotation点.
override X { get; } 得到这个的水平偏移量PdfAnnotation从页面左边框开始.
override Y { get; } 获取此的垂直偏移量PdfAnnotation从工作表底部边框以点为单位.

评论

了解更多:

也可以看看