API Reference
Class
PdfExternalSignatureCompletion
Completed externally signed PDF and signer callback evidence.
Inheritance
- Object
- PdfExternalSignatureCompletion
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method PdfDocument.SignExternal
Methods
public PdfDocument ToDocument() #Returns:
PdfDocumentOpens the completed PDF through the normal fluent document API.
Inherited Methods
Properties
public Byte[] Pdf { get; } #PDF bytes with the callback-produced signature applied.
public PdfExternalSignaturePreparation Preparation { get; } #Placeholder and byte-range preparation used by the signer.
public String SignerName { get; } #Signer callback implementation name.
public Int32 SignatureContentsLength { get; } #CMS, CAdES, or timestamp token byte count returned by the signer.