Namespace: BitMiracle.Docotic.Pdf
[FlagsAttribute] public enum PdfDuplicateObjectKinds
<FlagsAttribute> Public Enumeration PdfDuplicateObjectKinds
Member name | Value | Description | |
---|---|---|---|
Font | 1 | Font objects. | |
Image | 2 | Image objects (only regular, non-inline). | |
ColorSpace | 4 | Color space objects. | |
Pattern | 8 | Pattern objects. | |
Shading | 16 | Shading objects. | |
XObject | 32 | Form XObjects. | |
All | -1 | All supported object kinds. |