All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CMSSignatureOptions.h
Go to the documentation of this file.
1 //---------------------------------------------------------------------------------------
2 // Copyright (c) 2001-2024 by Apryse Software Inc. All Rights Reserved.
3 // Consult legal.txt regarding legal and license information.
4 //---------------------------------------------------------------------------------------
5 
6 #ifndef PDFTRON_H_CPPPDFCMSSignatureOptions
7 #define PDFTRON_H_CPPPDFCMSSignatureOptions
8 #include <C/PDF/TRN_CMSSignatureOptions.h>
9 
10 #include <Common/BasicTypes.h>
11 #include <Common/UString.h>
12 #include <PDF/PDFDoc.h>
13 
14 namespace pdftron { namespace PDF {
15 
20 {
21 public:
26 
27 #ifndef SWIGHIDDEN
28  CMSSignatureOptions(TRN_CMSSignatureOptions impl);
29  TRN_CMSSignatureOptions m_impl;
30 #endif
31 
32 protected:
33 
34  void Destroy();
35 
36 #ifndef SWIGHIDDEN
37  mutable bool m_owner;
38 #endif
39 };
40 
41 #include <Impl/CMSSignatureOptions.inl>
42 } //end pdftron
43 } //end PDF
44 
45 
46 #endif //PDFTRON_H_CPPPDFCMSSignatureOptions
CMSSignatureOptions & operator=(const CMSSignatureOptions &other)