Loading...
Searching...
No Matches
LinkInfo.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
#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
Rect.h
UString.h
pdftron::PDF::LinkInfo
Definition
LinkInfo.h:19
pdftron::PDF::LinkInfo::rect
Rect rect
Definition
LinkInfo.h:21
pdftron::PDF::LinkInfo::url
UString url
Definition
LinkInfo.h:22
pdftron::PDF::Rect
Definition
Rect.h:29
pdftron::UString
Definition
UString.h:28
pdftron::PDF
Definition
Action.h:15
pdftron
Definition
BasicTypes.h:10