API Reference
Enum
PdfRedactionCleanupScope
Additional document-level residue removed by an explicit redaction policy.
Inheritance
- Enum
- PdfRedactionCleanupScope
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
- Property PdfRedactionApplyOptions.CleanupScope
- Field PdfRedactionCleanupScope.All
- Field PdfRedactionCleanupScope.AlternateText
- Field PdfRedactionCleanupScope.Attachments
- Field PdfRedactionCleanupScope.Metadata
- Field PdfRedactionCleanupScope.None
- Field PdfRedactionCleanupScope.OptionalContent
- Field PdfRedactionCleanupScope.StructureTree
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 PdfRedactionCleanupScope None #Only intersecting page content and annotations are changed.
Value:
0public const PdfRedactionCleanupScope Metadata #Clear Info metadata and remove catalog/page XMP streams.
Value:
1public const PdfRedactionCleanupScope Attachments #Remove embedded/associated files and file-attachment annotations.
Value:
2public const PdfRedactionCleanupScope StructureTree #Remove the tagged structure tree and page structure-parent references.
Value:
4public const PdfRedactionCleanupScope AlternateText #Remove alternate/actual text and form alternate-name entries.
Value:
8public const PdfRedactionCleanupScope OptionalContent #Remove optional-content catalog, resource, and object references.
Value:
16