API Reference

Class

PdfSanitizationActionCounts

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Typed counts of action findings in a PDF sanitization preview or result.

Inheritance

  • Object
  • PdfSanitizationActionCounts

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(PdfSanitizationActionKind kind) #
Returns: Int32

Returns the count for one atomic action kind.

Parameters

kind OfficeIMO.Pdf.PdfSanitizationActionKind requiredposition: 0

Properties

public Int32 Total { get; set; } #

Total number of action findings.

public Int32 JavaScript { get; } #

Number of JavaScript action findings.

public Int32 Uri { get; } #

Number of URI action or catalog URI-base findings.

public Int32 Launch { get; } #

Number of Launch action findings.

public Int32 SubmitForm { get; } #

Number of SubmitForm action findings.

public Int32 GoToR { get; } #

Number of GoToR action findings.

public Int32 GoToE { get; } #

Number of GoToE action findings.

public Int32 ImportData { get; } #

Number of ImportData action findings.

public Int32 Movie { get; } #

Number of Movie action findings.

public Int32 Rendition { get; } #

Number of Rendition action findings.

public Int32 RichMedia { get; } #

Number of RichMedia action findings.