PDFTool.NET 7.0
NetDest.h
1
10#ifndef PDFTK_NET_PTLDEST_H_
11#define PDFTK_NET_PTLDEST_H_
12
13#include <PdfTkNet/NetTk.h>
14
15namespace PdfTkNet {
16
26
27public ref class PtlDest : public System::IDisposable
28{
29public:
44
45protected:
46 PdfTk::PtlDest* m_native;
47public:
48 PdfTk::PtlDest* getNative() { return m_native; };
49
50public:
58
66
70 virtual ‾PtlDest();
71
76
77public:
84
85public:
92
93public:
102
110 void setPageNumber(int page);
111
112public:
119
128 float getLeft();
129
137 void setLeft(float value);
138
145
146public:
153
162 float getBottom();
163
171 void setBottom(float value);
172
179
180public:
187
196 float getRight();
197
205 void setRight(float value);
206
213
214public:
220 bool isTopNull();
221
230 float getTop();
231
239 void setTop(float value);
240
247
248public:
255
263 float getZoom();
264
270 void setZoom(float value);
271
278};
279
280} // namespace PdfTkNet
281
282#endif // PDFTK_NET_PTLDEST_H_
void setRightNull()
rightにnullを設定。
DEST_TYPE getType()
宛先タイプを取得。
void setRight(float value)
rightに数値を設定。
void setZoomNull()
zoomにnullを設定。
void setTopNull()
topにnullを設定。
float getRight()
rightを取得。
float getZoom()
zoomを取得。
void setLeftNull()
leftにnullを設定。
void setZoom(float value)
zoomを設定。
bool isRightNull()
rightがnullかどうかをチェック。
void setTop(float value)
topに数値を設定。
int getPageNumber()
宛先ページを取得。
float getTop()
topを取得。
void setPageNumber(int page)
宛先ページを設定。
float getLeft()
leftを取得。
void setBottom(float value)
bottomに数値を設定。
DEST_TYPE
宛先のタイプ
Definition NetDest.h:33
@ TYPE_FIT_B
FitB型
Definition NetDest.h:40
@ TYPE_FIT_R
FitR型
Definition NetDest.h:39
@ TYPE_FIT
Fit型(全体表示)
Definition NetDest.h:36
@ TYPE_FIT_BV
FitBV型
Definition NetDest.h:42
@ TYPE_FIT_H
FitH型(幅に合わせる)
Definition NetDest.h:37
@ TYPE_FIT_BH
FitBH型(描画領域の幅に合わせる)
Definition NetDest.h:41
@ TYPE_XYZ
XYZ型
Definition NetDest.h:35
@ TYPE_FIT_V
FitV型(高さに合わせる)
Definition NetDest.h:38
@ TYPE_NONE
宛先なし(取得時専用)
Definition NetDest.h:34
bool isBottomNull()
bottomがnullかどうかをチェック。
PtlDest operator=(PtlDest^ obj)
コピーオペレータ
virtual ‾PtlDest()
デストラクタ
void setLeft(float value)
leftに数値を設定。
bool isTopNull()
topがnullかどうかをチェック。
bool isLeftNull()
leftがnullかどうかをチェック。
PtlDest(DEST_TYPE type)
コンストラクタ
PtlDest(PtlDest^ obj)
コピーコンストラクタ
float getBottom()
bottomを取得。
bool isZoomNull()
zoomがnullかどうかをチェック。
void setBottomNull()
bottomにnullを設定。