API Reference
Enum
PdfRewriteBlockerKind
Categories of PDF features that OfficeIMO.Pdf will not rewrite until preservation support exists.
Inheritance
- Enum
- PdfRewriteBlockerKind
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 PdfRewriteBlocker.Kind
- Field PdfRewriteBlockerKind.ActiveContent
- Field PdfRewriteBlockerKind.CatalogNameTrees
- Field PdfRewriteBlockerKind.CatalogUri
- Field PdfRewriteBlockerKind.CatalogViewSettings
- Field PdfRewriteBlockerKind.EmbeddedFiles
- Field PdfRewriteBlockerKind.Encryption
- Field PdfRewriteBlockerKind.Forms
- Field PdfRewriteBlockerKind.InvalidObjectReferences
- Field PdfRewriteBlockerKind.NamedDestinations
- Field PdfRewriteBlockerKind.OpenActions
- Field PdfRewriteBlockerKind.OptionalContent
- Field PdfRewriteBlockerKind.Outlines
- Field PdfRewriteBlockerKind.OutputIntents
- Field PdfRewriteBlockerKind.PageLabels
- Field PdfRewriteBlockerKind.Signatures
- Field PdfRewriteBlockerKind.TaggedContent
- Field PdfRewriteBlockerKind.ViewerPreferences
- Field PdfRewriteBlockerKind.XmpMetadata
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 PdfRewriteBlockerKind Encryption #Encrypted PDFs cannot be read or rewritten yet.
Value:
0public const PdfRewriteBlockerKind CatalogViewSettings #Catalog page mode or layout markers are present.
Value:
4public const PdfRewriteBlockerKind CatalogNameTrees #Unsupported catalog name-tree markers are present.
Value:
6public const PdfRewriteBlockerKind NamedDestinations #Named destination markers are present.
Value:
7public const PdfRewriteBlockerKind ViewerPreferences #Viewer preference markers are present.
Value:
9public const PdfRewriteBlockerKind TaggedContent #Tagged PDF structure markers are present.
Value:
10public const PdfRewriteBlockerKind CatalogUri #Unsupported catalog URI dictionary markers are present.
Value:
12public const PdfRewriteBlockerKind OptionalContent #Optional content/layer markers are present.
Value:
15public const PdfRewriteBlockerKind ActiveContent #Active content markers such as JavaScript actions are present.
Value:
16public const PdfRewriteBlockerKind InvalidObjectReferences #Rewrite object graph contains missing or wrong-generation indirect references.
Value:
17