API Reference

Class

PdfDuplicateStreamGroup

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Duplicate stream candidate group discovered by byte length and hash.

Inheritance

  • Object
  • PdfDuplicateStreamGroup

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 Hash { get; } #

Shared stream hash.

public Int64 Length { get; } #

Length of each matching stream.

public IReadOnlyList<Int32> ObjectNumbers { get; } #

Object numbers that share the same length and hash.

public Int32 DuplicateCount { get; } #

Number of duplicate copies after keeping one representative stream.

public Int64 EstimatedSavingsBytes { get; } #

Conservative byte saving estimate if duplicates could be shared.