PDFTool.NET 7.0
PdfTkNet::PtlParamInput Class Reference

ファイルやストリームの入力指定に使うパラメータクラスです。
パス(ファイル)名を指定して、ストリームを指定しない場合、パス(ファイル)名を使って、ストリームをオープンします。
ストリームを指定した場合、パス(ファイル)名はエラーメッセージの表示などに使われる情報として扱われ、 パス(ファイル)名でストリームをオープンすることはありません。 More...

#include <NetParamInput.h>

Inheritance diagram for PdfTkNet::PtlParamInput:
Collaboration diagram for PdfTkNet::PtlParamInput:

Public Member Functions

PdfTk::PtlParamInput * getNative ()
 PtlParamInput ()
 コンストラクタ
 PtlParamInput (String^ path)
 コンストラクタ
 PtlParamInput (String^ path, Stream^ inStream)
 コンストラクタ
 PtlParamInput (PtlParamInput^ obj)
 コピーコンストラクタ
 ‾PtlParamInput ()
 デストラクタ
 !PtlParamInput ()
 ファイナライザ。
PtlParamInput operator= (PtlParamInput^ obj)
 コピーオペレータ

Protected Attributes

PdfTk::PtlParamInput * m_native

Detailed Description

ファイルやストリームの入力指定に使うパラメータクラスです。
パス(ファイル)名を指定して、ストリームを指定しない場合、パス(ファイル)名を使って、ストリームをオープンします。
ストリームを指定した場合、パス(ファイル)名はエラーメッセージの表示などに使われる情報として扱われ、 パス(ファイル)名でストリームをオープンすることはありません。

Constructor & Destructor Documentation

◆ PtlParamInput() [1/4]

PdfTkNet::PtlParamInput::PtlParamInput ( )

コンストラクタ

Exceptions
PtlException

◆ PtlParamInput() [2/4]

PdfTkNet::PtlParamInput::PtlParamInput ( String^ path)

コンストラクタ

Parameters
pathパス。
Exceptions
PtlException

◆ PtlParamInput() [3/4]

PdfTkNet::PtlParamInput::PtlParamInput ( String^ path,
Stream^ inStream )

コンストラクタ

Parameters
pathパス。
inStreamストリーム。
Exceptions
PtlException

◆ PtlParamInput() [4/4]

PdfTkNet::PtlParamInput::PtlParamInput ( PtlParamInput^ obj)

コピーコンストラクタ

Parameters
objコピー元オブジェクト。
Exceptions
PtlException

Member Function Documentation

◆ operator=()

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

コピーオペレータ

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