CircleAnnotation

CircleAnnotation

概述

CircleAnnotation 是 Aspose.PDF 中的类型.

图为一个圆形的注释.

这个类型提供了4种方法,用于在Go程序中与CircleAnnotation对象工作. 有的方法包括: AnnotationType, InteriorColor, RegenerateAppearance, SetInteriorColor. 在安装了Aspose.PDF FOSS for Go 包后,所有公众成员都可以访问任何Go应用程序.

方法

Signature描述情况
AnnotationType()AnnotationType返回注释类型.
InteriorColor()*ColorInteriorColor 返回 /IC填色,如果没有的话则为零.
SetInteriorColor(c: *Color)SetInteriorColor 将 /IC 写成 RGB 数组; nil 删除该条目.
RegenerateAppearance()必须从现有物业重建.

查看更多

 中文