Antenna House PDF Tool API (.NET) 8.0
PdfTkNet::PtlRecipients クラス

#include <NetRecipients.h>

PdfTkNet::PtlRecipients の継承関係図
PdfTkNet::PtlRecipients 連携図

公開メンバ関数

PdfTk::PtlRecipients * getNative ()
 PtlRecipients ()
 コンストラクタ
 PtlRecipients (PtlRecipients^ obj)
 コピーコンストラクタ alias copy
 ~PtlRecipients ()
 デストラクタ
 !PtlRecipients ()
 ファイナライザ。
PtlRecipients operator= (PtlRecipients^ obj)
 コピーオペレータ alias copy
bool isEmpty ()
 空かどうかを取得。
int getCount ()
 受信者数を取得。
PtlRecipient get (int index)
 受信者を取得。
void append (PtlRecipient^ recipient)
 受信者追加。

限定公開変数類

PdfTk::PtlRecipients * m_native

詳解

証明書受信者のコンテナを表現するクラスです。

構築子と解体子

◆ PtlRecipients() [1/2]

PdfTkNet::PtlRecipients::PtlRecipients ( )

コンストラクタ

例外
PtlException

◆ PtlRecipients() [2/2]

PdfTkNet::PtlRecipients::PtlRecipients ( PtlRecipients^ obj)

コピーコンストラクタ alias copy

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

◆ ~PtlRecipients()

PdfTkNet::PtlRecipients::~PtlRecipients ( )

デストラクタ

◆ !PtlRecipients()

PdfTkNet::PtlRecipients::!PtlRecipients ( )

ファイナライザ。

メソッド詳解

◆ append()

void PdfTkNet::PtlRecipients::append ( PtlRecipient^ recipient)

受信者追加。

受信者を追加します。

引数
recipientPtlRecipient

◆ get()

PtlRecipient PdfTkNet::PtlRecipients::get ( int index)

受信者を取得。

指定した番号の受信者を取得します。

引数
indexIndex番号。0が先頭。
indexが負や受信者数以上の場合は、例外が発生します。
戻り値
受信者。
例外
PtlException

◆ getCount()

int PdfTkNet::PtlRecipients::getCount ( )

受信者数を取得。

戻り値
受信者数。
例外
PtlException

◆ getNative()

PdfTk::PtlRecipients * PdfTkNet::PtlRecipients::getNative ( )

◆ isEmpty()

bool PdfTkNet::PtlRecipients::isEmpty ( )

空かどうかを取得。

戻り値
true: 空、false: 空ではない。
例外
PtlException

◆ operator=()

PtlRecipients PdfTkNet::PtlRecipients::operator= ( PtlRecipients^ obj)

コピーオペレータ alias copy

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

メンバ詳解

◆ m_native

PdfTk::PtlRecipients* PdfTkNet::PtlRecipients::m_native
protected