API Reference
Class
PdfSanitizationActionCounts
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.
Returned or exposed by
Methods
public Int32 GetCount(PdfSanitizationActionKind kind) #Returns:
Int32Returns the count for one atomic action kind.
Parameters
- kind OfficeIMO.Pdf.PdfSanitizationActionKind
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.