Enum PdfDuplicateObjectKinds
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Specifies all object kinds that can be deduplicated by the ReplaceDuplicateObjects group of methods.
[Flags]
public enum PdfDuplicateObjectKinds
Fields
All = -1
All supported object kinds.
ColorSpace = 4
Color space objects.
Font = 1
Font objects.
Image = 2
Image objects (only regular, non-inline).
Pattern = 8
Pattern objects.
Shading = 16
Shading objects.
XObject = 32
Form XObjects.