API Reference

Class

PdfAcroFormEditResult

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Result and proof for a transactional AcroForm edit.

Inheritance

  • Object
  • PdfAcroFormEditResult

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 Byte[] ToBytes() #
Returns: Byte[]

Returns edited PDF bytes.

public PdfDocument ToDocument() #
Returns: PdfDocument

Opens the edited artifact.

Properties

public PdfMutationPlan MutationPlan { get; } #

Shared mutation plan.

public PdfRewritePreservationReport PreservationReport { get; } #

Non-form preservation proof.

public IReadOnlyList<PdfFormField> Fields { get; } #

Fields read back from the saved artifact.

public IReadOnlyList<String> CalculationOrder { get; } #

Fully qualified field names read back from AcroForm /CO in order.

public IReadOnlyList<String> Operations { get; } #

Stable operation descriptions applied in transaction order.