PoDoFo 1.0.0-dev
Loading...
Searching...
No Matches
PdfTrailer.h
1
7#ifndef PDF_TRAILER
8#define PDF_TRAILER
9
10#include "PdfElement.h"
11
12namespace PoDoFo
13{
14 class PODOFO_API PdfTrailer final : public PdfDictionaryElement
15 {
16 friend class PdfDocument;
17 private:
18 PdfTrailer(PdfObject& obj);
19 public:
20 };
21}
22
23#endif // PDF_TRAILER
SPDX-FileCopyrightText: (C) 2022 Francesco Pretto ceztko@gmail.com SPDX-License-Identifier: LGPL-2....
Definition basetypes.h:16