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