API Reference

Class

PdfArtifactSnapshot

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Immutable identity and size evidence for one PDF artifact in a processing pipeline.

Inheritance

  • Object
  • PdfArtifactSnapshot

Usage

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

Properties

public Int64 ByteCount { get; } #

Artifact length in bytes.

public String Sha256 { get; } #

Lowercase SHA-256 digest of the exact artifact bytes.

public Nullable<Int32> PageCount { get; } #

Readable page count, or null when page inspection did not complete.