Added implementation of graphic layers

This commit is contained in:
Kirill Polyakov
2023-11-23 16:32:27 +03:00
parent 4e0db82b68
commit fe6590366d
9 changed files with 285 additions and 2 deletions

View File

@ -67,6 +67,8 @@ const long c_nTableCell = 0x2000;
const long c_nMaskType = 0x3000;
const long c_nResetMaskType = 0x4000;
const long c_nLayerType = 0x5000;
const long c_nPDFTilingFill = 0x2001;
const long c_nPDFTilingFillIteration = 0x2002;