CPDFCompareType Enumeration |
Comparison type flags corresponding to C++ CompType enum.
Can be combined using bitwise OR for multiple types.
Namespace:
ComPDFKit.Compare
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0+4b8ae91508c7f16ebf511129b42dfd307f45e350
Syntax[FlagsAttribute]
public enum CPDFCompareType
Members|
| Member name | Value | Description |
|---|
| CPDFCompareTypeText | 1 | Text comparison (0x1) |
| CPDFCompareTypeImage | 2 | Image comparison (0x2) |
| CPDFCompareTypeAnnot | 4 | Annotation comparison (0x4) |
| CPDFCompareTypePath | 8 | Path comparison (0x8) |
| CPDFCompareTypeShading | 16 | Shading comparison (0x10) |
| CPDFCompareTypeAll | 31 | Compare all types (0x1F) |
See Also