API Reference

Class

PdfAttachmentValidation

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Post-save validation for one edited attachment.

Inheritance

  • Object
  • PdfAttachmentValidation

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

Properties

public String FileName { get; } #

Attachment file name.

public String Checksum { get; } #

Lower-case MD5 checksum stored by the PDF embedded-file contract.

public Boolean PayloadMatches { get; } #

True when decoded readback bytes match the requested payload.

public Boolean MetadataMatches { get; } #

True when MIME type, description, and associated-file relationship match.

public Boolean IsValid { get; } #

True when payload and metadata readback both match.