Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
removed_api.cpp
Go to the documentation of this file.
1// Copyright (C) 2026 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#define QT_PDF_BUILD_REMOVED_API
5
6#include "qtpdfglobal.h"
7
8QT_USE_NAMESPACE
9
10#if QT_PDF_REMOVED_SINCE(6, 12)
11
12#include "qpdfdocument.h"
13
14QImage QPdfDocument::render(int page, QSize imageSize, QPdfDocumentRenderOptions renderOptions)
15{
16 return render(page, imageSize, renderOptions, QImage::Format_ARGB32, Qt::transparent);
17}
18
19
20// #include "qotherheader.h"
21// implement removed functions from qotherheader.h
22// order sections alphabetically
23
24#endif // QT_PDF_REMOVED_SINCE(6, 12)