PDFTool 7.0
PdfTk::PtlLicense Class Reference

PDFToolのライセンスに関するクラスです。 More...

#include <PtlLicense.h>

Public Member Functions

int getHandle () const
 PtlLicense ()
 コンストラクタ
 PtlLicense (const PtlLicense &obj)
 コピーコンストラクタ
 ‾PtlLicense ()
 デストラクタ
PtlLicenseoperator= (const PtlLicense &obj)
 コピーオペレータ
bool isInvalid ()
 ライセンスファイルが不正か否か。
bool isEvaluation ()
 評価版か否か。
bool isExpired ()
 有効期限切れか否か。

Detailed Description

PDFToolのライセンスに関するクラスです。

Constructor & Destructor Documentation

◆ PtlLicense()

PdfTk::PtlLicense::PtlLicense ( const PtlLicense & obj)

コピーコンストラクタ

Parameters
objコピー元オブジェクト。

Member Function Documentation

◆ isEvaluation()

bool PdfTk::PtlLicense::isEvaluation ( )

評価版か否か。

Returns
true=評価版、false=正規版。
Exceptions
PtlException

◆ isExpired()

bool PdfTk::PtlLicense::isExpired ( )

有効期限切れか否か。

Returns
true=期限切れ、false=期限内。
Exceptions
PtlException

◆ isInvalid()

bool PdfTk::PtlLicense::isInvalid ( )

ライセンスファイルが不正か否か。

Returns
true=不正、false=正しい。
Exceptions
PtlException

◆ operator=()

PtlLicense & PdfTk::PtlLicense::operator= ( const PtlLicense & obj)

コピーオペレータ

Parameters
objコピー元オブジェクト。