Main Page
Namespaces
Classes
Files
File List
File Members
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-2024 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
:
21
Rect
rect
;
22
UString
url
;
23
};
24
25
};
// namespace PDF
26
};
// namespace pdftron
27
28
#endif // PDFTRON_H_CPPPDFLinkInfo
UString.h
pdftron::PDF::LinkInfo::url
UString url
Definition:
LinkInfo.h:22
pdftron::PDF::Rect
Definition:
Rect.h:28
pdftron::PDF::LinkInfo::rect
Rect rect
Definition:
LinkInfo.h:21
pdftron::PDF::LinkInfo
Definition:
LinkInfo.h:18
Rect.h
pdftron::UString
Definition:
UString.h:26