PDFTool.NET
7.0
Include
PdfTkNet
NetRecipients.h
1
10
#ifndef PDFTK_NET_PTL_RECIPIENTS_H_
11
#define PDFTK_NET_PTL_RECIPIENTS_H_
12
13
#include <PdfTkNet/NetTk.h>
14
15
namespace
PdfTkNet {
16
17
ref class
PtlRecipient;
18
23
public ref class
PtlRecipients
:
public
System::IDisposable
24
{
25
protected
:
26
PdfTk::PtlRecipients* m_native;
27
public
:
28
PdfTk::PtlRecipients* getNative() {
return
m_native; };
29
30
public
:
35
PtlRecipients
();
36
43
PtlRecipients
(
PtlRecipients
^ obj);
44
48
‾PtlRecipients
();
49
53
!
PtlRecipients
();
54
55
public
:
61
PtlRecipients
^
operator=
(
PtlRecipients
^ obj);
62
63
public
:
69
bool
isEmpty
();
70
76
int
getCount
();
77
78
public
:
88
PtlRecipient
^
get
(
int
index);
89
96
void
append
(
PtlRecipient
^ recipient);
97
};
98
99
}
// namespace PdfTkNet
100
101
#endif // PDFTK_NET_PTL_RECIPIENTS_H_
PdfTkNet::PtlRecipients::get
PtlRecipient get(int index)
受信者を取得。
PdfTkNet::PtlRecipient
カスタムプロパティを表現するクラスです。
Definition:
NetRecipient.h:25
PdfTkNet::PtlRecipients::getCount
int getCount()
受信者数を取得。
PdfTkNet::PtlRecipients::PtlRecipients
PtlRecipients()
コンストラクタ
PdfTkNet::PtlRecipients::operator=
PtlRecipients operator=(PtlRecipients^ obj)
コピーオペレータ alias copy
PdfTkNet::PtlRecipients::isEmpty
bool isEmpty()
空かどうかを取得。
PdfTkNet::PtlRecipients::‾PtlRecipients
‾PtlRecipients()
デストラクタ
PdfTkNet::PtlRecipients::append
void append(PtlRecipient^ recipient)
受信者追加。
PdfTkNet::PtlRecipients::PtlRecipients
PtlRecipients(PtlRecipients^ obj)
コピーコンストラクタ alias copy
PdfTkNet::PtlRecipients
証明書受信者のコンテナを表現するクラスです。
Definition:
NetRecipients.h:24
Generated by
1.8.18