PDFTool.NET  6.0
Public Member Functions | Protected Attributes | List of all members
PdfTkNet::PtlParamInput Class Reference

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

#include <NetParamInput.h>

Inheritance diagram for PdfTkNet::PtlParamInput:
Inheritance graph
[legend]
Collaboration diagram for PdfTkNet::PtlParamInput:
Collaboration graph
[legend]

Public Member Functions

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

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コピー元オブジェクト。