API Reference

Class

PdfSanitizationCategoryCounts

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Typed counts for a PDF sanitization preview or verified result.

Inheritance

  • Object
  • PdfSanitizationCategoryCounts

Usage

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

Methods

public Int32 GetCount(PdfSanitizationContentKind kind) #
Returns: Int32

Returns the count for one atomic content category.

Parameters

kind OfficeIMO.Pdf.PdfSanitizationContentKind requiredposition: 0

Properties

public Int32 UserMetadata { get; } #

Number of selected user-authored Info fields and XMP packets.

public Int32 EmbeddedFiles { get; } #

Number of selected logical file attachments.

public Int32 Actions { get; } #

Number of selected action findings.

public Int32 CommentsAndMarkup { get; } #

Number of selected comment and markup annotations.

public Int32 Bookmarks { get; } #

Number of selected outline/bookmark entries.

public Int32 OptionalContent { get; } #

Number of selected optional-content layer definitions.

public Int32 Total { get; } #

Total number of selected logical items.