Antenna House PDF Tool API (C++) 8.0
PtlLicense.h
1
2// PtlLicense.h
3// Copyright (C) 2013-2018 Antenna House,Inc.
4// All rights reserved.
6#ifndef PDFTK_PTLLICENSE_H_
7#define PDFTK_PTLLICENSE_H_
8
9#include "PdfTkBase.h"
10
11namespace PdfTk {
12
16
17class PDFTK_API PtlLicense
18{
19private:
20 int m_dataLicense;
21public:
22 int getHandle() const;
23
24public:
29
35
40
41public:
47
48public:
54 bool isInvalid();
55
62
68 bool isExpired();
69};
70
71}
72
73#endif
74
bool isExpired()
有効期限切れか否か。
~PtlLicense()
デストラクタ
PtlLicense & operator=(const PtlLicense &obj)
コピーオペレータ
bool isEvaluation()
評価版か否か。
bool isInvalid()
ライセンスファイルが不正か否か。
PtlLicense(const PtlLicense &obj)
コピーコンストラクタ
PtlLicense()
コンストラクタ