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 | コンテンツ。 |