PdfTextAnnotationAppearance

PdfTextAnnotationAppearance()

Maakt verschijningsobject voor tekstannotatie in PDF-handtekening.

public PdfTextAnnotationAppearance()

Zie ook


PdfTextAnnotationAppearance(string, string, string)

Maakt tekstannotatie in PDF-handtekening met gespecificeerde waarden (titel, onderwerp, inhoud).

public PdfTextAnnotationAppearance(string title, string subject, string contents)
Parameter Type Beschrijving
title String Titel.
subject String Onderwerp.
contents String Inhoud.

Zie ook