PdfTextAnnotationAppearance

PdfTextAnnotationAppearance()

Crée un objet d’apparence d’annotation de texte de signature PDF.

public PdfTextAnnotationAppearance()

Voir également


PdfTextAnnotationAppearance(string, string, string)

Crée une annotation de texte de signature PDF avec des valeurs spécifiées (titre, sujet, contenu).

public PdfTextAnnotationAppearance(string title, string subject, string contents)
Paramètre Taper La description
title String Titre.
subject String Sujet.
contents String Contenu.

Voir également