PoDoFo
1.2.0
Loading...
Searching...
No Matches
src
podofo
main
PdfXObjectPostScript.h
1
// SPDX-FileCopyrightText: 2021 Francesco Pretto <ceztko@gmail.com>
2
// SPDX-License-Identifier: LGPL-2.0-or-later OR MPL-2.0
3
4
#ifndef PDF_XOBJECT_POST_SCRIPT_H
5
#define PDF_XOBJECT_POST_SCRIPT_H
6
7
#include "PdfXObject.h"
8
9
namespace
PoDoFo
{
10
11
class
PODOFO_API PdfXObjectPostScript final :
public
PdfXObject
12
{
13
friend
class
PdfXObject;
14
15
public
:
16
Rect GetRect()
const override
;
17
18
private
:
19
PdfXObjectPostScript(PdfObject& obj);
20
};
21
22
}
23
24
#endif
// PDF_XOBJECT_POST_SCRIPT_H
PoDoFo
All classes, functions, types and enums of PoDoFo are members of these namespace.
Definition
basetypes.h:13
Generated by
1.9.8