API Reference
Enum
PdfMutationStructure
PDF structures that a planned mutation can affect.
Inheritance
- Enum
- PdfMutationStructure
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 PdfMutationCapabilityRecord.AffectedStructures
- Property PdfMutationPlan.AffectedStructures
- Field PdfMutationStructure.AcroForm
- Field PdfMutationStructure.Annotations
- Field PdfMutationStructure.AppearanceStreams
- Field PdfMutationStructure.Attachments
- Field PdfMutationStructure.Catalog
- Field PdfMutationStructure.Encryption
- Field PdfMutationStructure.InfoDictionary
- Field PdfMutationStructure.Navigation
- Field PdfMutationStructure.ObjectGraph
- Field PdfMutationStructure.PageContent
- Field PdfMutationStructure.PageResources
- Field PdfMutationStructure.PageTree
- Field PdfMutationStructure.Signatures
- Field PdfMutationStructure.TaggedContent
- Field PdfMutationStructure.XmpMetadata
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 PdfMutationStructure ObjectGraph #Trailer and indirect-object reachability state.
Value:
0public const PdfMutationStructure PageResources #Page resource dictionaries and referenced resources.
Value:
7public const PdfMutationStructure Annotations #Page annotations, including widget annotations.
Value:
8public const PdfMutationStructure AppearanceStreams #Form or annotation appearance streams.
Value:
10public const PdfMutationStructure Signatures #Digital signature dictionaries, byte ranges, and signature fields.
Value:
11public const PdfMutationStructure Attachments #Embedded files, associated files, and their name trees.
Value:
12public const PdfMutationStructure Encryption #Standard or public-key security dictionaries and encrypted objects.
Value:
13public const PdfMutationStructure TaggedContent #Tagged-PDF structure and marked-content references.
Value:
14