All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LinkInfo.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 #ifndef PDFTRON_H_CPPPDFLinkInfo
6 #define PDFTRON_H_CPPPDFLinkInfo
7 
8 #include <PDF/Rect.h>
9 #include <Common/UString.h>
10 
11 namespace pdftron {
12  namespace PDF {
13 
18 class LinkInfo
19 {
20 public:
23 };
24 
25  }; // namespace PDF
26 }; // namespace pdftron
27 
28 #endif // PDFTRON_H_CPPPDFLinkInfo