PdfTextAnnotationAppearance
PdfTextAnnotationAppearance()
创建 PDF 签名文本注释外观对象。
public PdfTextAnnotationAppearance()
也可以看看
- class PdfTextAnnotationAppearance
- 命名空间 GroupDocs.Signature.Options.Appearances
- 部件 GroupDocs.Signature
PdfTextAnnotationAppearance(string, string, string)
创建具有指定值(标题、主题、内容)的 PDF 签名文本注释。
public PdfTextAnnotationAppearance(string title, string subject, string contents)
范围 | 类型 | 描述 |
---|---|---|
title | String | 标题。 |
subject | String | 主题。 |
contents | String | 内容。 |