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