PdfArtifact

PdfArtifact class

表示 pdf 内容中的工件。

public class PdfArtifact : PdfShape

特性

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

评论

了解更多:

也可以看看