API Reference

Class

PdfAttachmentEditResult

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Edited PDF bytes with attachment and preservation proof.

Inheritance

  • Object
  • PdfAttachmentEditResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Methods

public Byte[] ToBytes() #
Returns: Byte[]

Returns a defensive copy of the edited PDF.

public PdfDocument ToDocument() #
Returns: PdfDocument

Opens the edited artifact.

Properties

public PdfMutationPlan MutationPlan { get; } #

Shared full-rewrite mutation plan.

public PdfRewritePreservationReport PreservationReport { get; } #

Proof that non-attachment structures survived the rewrite.

public IReadOnlyList<PdfAttachmentValidation> Validations { get; } #

Attachment payload, checksum, and metadata validations.

public Boolean IsValid { get; } #

True when every requested attachment passed readback validation.