SignatureCustomAppearance
概述
SignatureCustomAppearance 是一个类在Aspose.PDF FOSS的.NET中.
视觉布局按为签名的外观流,字体,大小,填充和哪些签署者元数据串在文档注释中呈现.
特性: BackgroundColor, ContactInfoLabel, Culture, DateSignedAtLabel, DateTimeFormat, DateTimeLocalFormat,另外还有13个.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
BackgroundColor | Color? | 阅读/写作 | 外观XObject的背景颜色. |
ForegroundColor | Color? | 阅读/写作 | 外观XObject的前景 (文本) 色彩. |
IsForegroundImage | bool | 阅读/写作 | 当真时,外观图像是作为前景层而不是背景的组成. |
Rotation | Rotation | 阅读/写作 | 对外观XObject应用旋转. |
FontFamilyName | string | 阅读/写作 | 用于XObject外观中的文本的字体家族. |
FontSize | double | 阅读/写作 | 字体大小以点表示. |
ShowContactInfo | bool | 阅读/写作 | 在外表中显示联系信息. |
ShowReason | bool | 阅读/写作 | 在表现中显示签名理由. |
ShowLocation | bool | 阅读/写作 | 在外表中显示签名位置. |
DigitalSignedLabel | string | 阅读/写作 | 标签为数字签名线. |
DateSignedAtLabel | string | 阅读/写作 | 标签为日期-签名-在线. |
ContactInfoLabel | string | 阅读/写作 | 联系信息线的标签. |
ReasonLabel | string | 阅读/写作 | 标签为理由线. |
LocationLabel | string | 阅读/写作 | 标签为位置线. |
Culture | System.Globalization.CultureInfo? | 阅读/写作 | 在格式化日期字符串时使用的文化. |
DateTimeFormat | string | 阅读/写作 | 标准日期时间格式字符串. |
DateTimeLocalFormat | string | 阅读/写作 | 具有局部意识的日期时间格式字符串. |
UseDigitalSubjectFormat | bool | 阅读/写作 | 如果是真实的,签名DN将分解为DigitalSubjectFormat中列出的元素,而不是作为单一CN行. |
DigitalSubjectFormat | SubjectNameElements[] | 阅读/写作 | 在UseDigitalSubjectFormat 是 true 的情况下,主题-DN组件出现在外表中. |