Klassen-Zeitstempel
Info
Stellt das Documentize.Timestamp-Plugin dar.
public class Timestamp
Vererbung
Vererbte Mitglieder
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Beispiele
Das Beispiel zeigt, wie man einen Zeitstempel zu einem Dokument hinzufügt.
// Zeitstempel erstellen
var plugin = new Timestamp();
// AddTimestampOptions-Objekt erstellen, um Anweisungen festzulegen
var opt = new AddTimestampOptions("path_to_pfx", "password_for_pfx", "timestamp_server_url");
// Eingabedateipfad hinzufügen
opt.AddInput(new FileDataSource("path_to_pdf"));
// Ausgabedateipfad festlegen
opt.AddOutput(new FileDataSource("path_to_result_pdf"));
// den Prozess ausführen
plugin.Process(opt);
Konstruktoren
Timestamp()
public Timestamp()
Methoden
Process(AddTimestampOptions)
Startet die Verarbeitung von Documentize.Timestamp mit den angegebenen Parametern.
public ResultContainer Process(AddTimestampOptions options)
Parameter
options
AddTimestampOptions: Ein Optionsobjekt, das Anweisungen für die Documentize.AddTimestampOptions enthält.
Gibt zurück
ResultContainer : Ein ResultContainer-Objekt, das das Ergebnis der Operation enthält.
Namespaces: Documentize Assembly: Documentize.dll