PdfTextAnnotationAppearance

PdfTextAnnotationAppearance()

Erstellt ein Objekt für das Aussehen von PDF-Signaturtextanmerkungen.

public PdfTextAnnotationAppearance()

Siehe auch


PdfTextAnnotationAppearance(string, string, string)

Erstellt eine PDF-Signatur-Textanmerkung mit angegebenen Werten (Titel, Betreff, Inhalt).

public PdfTextAnnotationAppearance(string title, string subject, string contents)
Parameter Typ Beschreibung
title String Titel.
subject String Thema.
contents String Inhalt.

Siehe auch