Antenna House PDF Tool API (C++) 8.0
PdfTk::PtlLicense クラス

#include <PtlLicense.h>

公開メンバ関数

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

詳解

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

PtlLicense.h17 行目に定義があります。

構築子と解体子

◆ PtlLicense()

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

コピーコンストラクタ

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

関数詳解

◆ isEvaluation()

bool PdfTk::PtlLicense::isEvaluation ( )

評価版か否か。

戻り値
true=評価版、false=正規版。
例外
PtlException

◆ isExpired()

bool PdfTk::PtlLicense::isExpired ( )

有効期限切れか否か。

戻り値
true=期限切れ、false=期限内。
例外
PtlException

◆ isInvalid()

bool PdfTk::PtlLicense::isInvalid ( )

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

戻り値
true=不正、false=正しい。
例外
PtlException

◆ operator=()

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

コピーオペレータ

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