mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Handling object reference streams
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
// Copyright (C) 2018 Jakub Melka
|
||||
// Copyright (C) 2018-2019 Jakub Melka
|
||||
//
|
||||
// This file is part of PdfForQt.
|
||||
//
|
||||
@ -55,6 +55,9 @@ static constexpr const char* PDF_XREF_OCCUPIED = "n";
|
||||
static constexpr const char* PDF_OBJECT_START_MARK = "obj";
|
||||
static constexpr const char* PDF_OBJECT_END_MARK = "endobj";
|
||||
|
||||
// Colors
|
||||
static constexpr const int PDF_MAX_COLOR_COMPONENTS = 32;
|
||||
|
||||
} // namespace pdf
|
||||
|
||||
#endif // PDFCONSTANTS_H
|
||||
|
Reference in New Issue
Block a user