API Reference
Enum
PdfMergeStructureMode
Controls how one document-level structure participates in a PDF merge.
Inheritance
- Enum
- PdfMergeStructureMode
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 PdfMergeDecision.Mode
- Property PdfMergePolicy.Attachments
- Property PdfMergePolicy.CatalogState
- Property PdfMergePolicy.Forms
- Property PdfMergePolicy.Metadata
- Property PdfMergePolicy.NamedDestinations
- Property PdfMergePolicy.Outlines
- Property PdfMergePolicy.PageLabels
- Property PdfMergePolicy.ViewerPreferences
- Field PdfMergeStructureMode.Combine
- Field PdfMergeStructureMode.Drop
- Field PdfMergeStructureMode.KeepPrimary
- Field PdfMergeStructureMode.RejectIncoming
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 PdfMergeStructureMode KeepPrimary #Retains the structure from the primary source and ignores incoming copies.
Value:
0public const PdfMergeStructureMode Combine #Combines compatible values from every source using structure-specific rules.
Value:
1public const PdfMergeStructureMode RejectIncoming #Rejects the merge when a non-primary source also contains the structure.
Value:
3