All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PDFTronCustomSecurityHandler.h
Go to the documentation of this file.
1 //---------------------------------------------------------------------------------------
2 // Copyright (c) 2001-2023 by Apryse Software Inc. All Rights Reserved.
3 // Consult legal.txt regarding legal and license information.
4 //---------------------------------------------------------------------------------------
5 
6 #ifndef PDFTRON_H_CPPSDFPDFTronCustomSecurityHandler
7 #define PDFTRON_H_CPPSDFPDFTronCustomSecurityHandler
8 
9 #include <Common/BasicTypes.h>
10 #include <SDF/SecurityHandler.h>
11 
12 namespace pdftron { namespace SDF {
13 
18 {
19 public:
28 
29 };
30 
31 #include <Impl/PDFTronCustomSecurityHandler.inl>
32 } //end pdftron
33 } //end SDF
34 
35 
36 #endif //PDFTRON_H_CPPSDFPDFTronCustomSecurityHandler
TRN_UInt32 UInt32
Definition: BasicTypes.h:13