API Reference
Enum
PdfSanitizationContentKind
Selectable document-content categories understood by the PDF sanitization engine.
Inheritance
- Enum
- PdfSanitizationContentKind
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
- Field PdfSanitizationContentKind.Actions
- Field PdfSanitizationContentKind.All
- Field PdfSanitizationContentKind.Bookmarks
- Field PdfSanitizationContentKind.CommentsAndMarkup
- Field PdfSanitizationContentKind.EmbeddedFiles
- Field PdfSanitizationContentKind.None
- Field PdfSanitizationContentKind.OptionalContent
- Field PdfSanitizationContentKind.UserMetadata
- Property PdfSanitizationOptions.ContentKindsToRemove
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const PdfSanitizationContentKind UserMetadata #User-authored Info fields and the catalog XMP metadata packet.
Value:
1public const PdfSanitizationContentKind EmbeddedFiles #Embedded and associated file attachments.
Value:
2public const PdfSanitizationContentKind Actions #JavaScript, URI, launch, submit, remote-navigation, and other selected actions.
Value:
4public const PdfSanitizationContentKind CommentsAndMarkup #Comment and markup annotations, excluding Link, Widget, and FileAttachment annotations.
Value:
8public const PdfSanitizationContentKind OptionalContent #Optional-content layer definitions and associations.
Value:
32