ImagingTools Core SDK
IBitmapMetaInfo.h
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ImtCore-Commercial
2#pragma once
3
4
5// ACF includes
6#include <idoc/IDocumentMetaInfo.h>
7
8
9namespace imtimg
10{
11
12
16class IBitmapMetaInfo: virtual public idoc::IDocumentMetaInfo
17{
18public:
20 {
24 MIT_BITMAP_DIMENSION_X = idoc::IDocumentMetaInfo::MIT_USER,
25
30
35
40
45
50
55
60 };
61};
62
63
64} // namespace imtimg
65
66