Loading...
Searching...
No Matches
DisallowedChange.h
Go to the documentation of this file.
1//---------------------------------------------------------------------------------------
2// Copyright (c) 2001-2025 by Apryse Software Inc. All Rights Reserved.
3// Consult legal.txt regarding legal and license information.
4//---------------------------------------------------------------------------------------
5
6#ifndef PDFTRON_H_CPPPDFDisallowedChange
7#define PDFTRON_H_CPPPDFDisallowedChange
8#include <C/PDF/TRN_DisallowedChange.h>
9
10#include <Common/BasicTypes.h>
11#include <Common/UString.h>
12#include <PDF/PDFDoc.h>
13
14namespace pdftron { namespace PDF {
15
16
25{
26public:
27 //enums:
38 DisallowedChange(TRN_DisallowedChange impl);
41
42 void Destroy();
43
44 //methods:
45
52
58 Type GetType() const;
59
66
67#ifndef SWIGHIDDEN
68 TRN_DisallowedChange m_impl;
69#endif
70
71private:
72
73#ifndef SWIGHIDDEN
74 mutable bool m_owner;
75#endif
76};
77
78#include <Impl/DisallowedChange.inl>
79} //end pdftron
80} //end PDF
81
82
83#endif //PDFTRON_H_CPPPDFDisallowedChange
DisallowedChange & operator=(const DisallowedChange &other)
DisallowedChange(const DisallowedChange &other)
DisallowedChange(TRN_DisallowedChange impl)
TRN_UInt32 UInt32
Definition BasicTypes.h:13