API Reference

Class

PdfExternalSignatureCompletion

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

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

Methods

public PdfDocument ToDocument() #
Returns: PdfDocument

Opens the completed PDF through the normal fluent document API.

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.