Aspose::Page::EPS::PsDocument::PsDocument コンストラクタ

PsDocument::PsDocument() constructor

空の PsDocument を初期化します。このコンストラクタは、PostScript ファイルに関係しない追加操作、例えばフォントの変換のためにのみ使用されます。

Aspose::Page::EPS::PsDocument::PsDocument()

参照

PsDocument::PsDocument(System::SharedPtr<System::IO::Stream>) constructor

PsDocument を PS/EPS ファイルのストリームで初期化します。

Aspose::Page::EPS::PsDocument::PsDocument(System::SharedPtr<System::IO::Stream> inPsStream)
パラメーター説明
inPsStreamSystem::SharedPtr<System::IO::Stream>PS/EPS ファイルの入力ストリームです。

参照

PsDocument::PsDocument(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PsSaveOptions>) constructor

初期化されたページを持つ空の PsDocument を初期化します。

Aspose::Page::EPS::PsDocument::PsDocument(System::SharedPtr<System::IO::Stream> outPsStream, System::SharedPtr<Device::PsSaveOptions> options)
パラメーター説明
outPsStreamSystem::SharedPtr<System::IO::Stream>PS/EPS ファイルを保存するストリーム。
optionsSystem::SharedPtr<Device::PsSaveOptions>PostScript ファイルの保存を制御するパラメータのセット。

参照

PsDocument::PsDocument(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PsSaveOptions>, bool) constructor

空の PsDocument を初期化します。

Aspose::Page::EPS::PsDocument::PsDocument(System::SharedPtr<System::IO::Stream> outPsStream, System::SharedPtr<Device::PsSaveOptions> options, bool multipaged)
パラメーター説明
outPsStreamSystem::SharedPtr<System::IO::Stream>PS/EPS ファイルを保存するストリーム。
optionsSystem::SharedPtr<Device::PsSaveOptions>PostScript ファイルの保存を制御するパラメータのセット。
マルチページboolfalse の場合、ページは初期化されません。この場合、ページの初期化は明示的な “openPage(width, height)” 呼び出しで実行する必要があります。

参照

PsDocument::PsDocument(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PsSaveOptions>, int32_t) constructor

ページ数が事前に分かっている場合、空の PsDocument を初期化します。Postscript ドキュメントのページ数が既知です。

Aspose::Page::EPS::PsDocument::PsDocument(System::SharedPtr<System::IO::Stream> outPsStream, System::SharedPtr<Device::PsSaveOptions> options, int32_t numberOfPages)
パラメーター説明
outPsStreamSystem::SharedPtr<System::IO::Stream>PS/EPS ファイルを保存するストリーム。
optionsSystem::SharedPtr<Device::PsSaveOptions>PostScript ファイルの保存を制御するパラメータのセット。
numberOfPagesint32_tPostScript ドキュメントのページ数です。

参照

PsDocument::PsDocument(System::String, System::SharedPtr<Device::PsSaveOptions>) constructor

初期化されたページを持つ空の PsDocument を初期化します。

Aspose::Page::EPS::PsDocument::PsDocument(System::String outPsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
パラメーター説明
outPsFilePathSystem::String出力 PS/EPS ファイルのパスです。
optionsSystem::SharedPtr<Device::PsSaveOptions>PostScript ファイルの保存を制御するパラメータのセット。

参照

PsDocument::PsDocument(System::String, System::SharedPtr<Device::PsSaveOptions>, bool) constructor

空の PsDocument を初期化します。

Aspose::Page::EPS::PsDocument::PsDocument(System::String outPsFilePath, System::SharedPtr<Device::PsSaveOptions> options, bool multipaged)
パラメーター説明
outPsFilePathSystem::String出力 PS/EPS ファイルのパスです。
optionsSystem::SharedPtr<Device::PsSaveOptions>PostScript ファイルの保存を制御するパラメータのセット。
マルチページboolfalse の場合、ページは初期化されません。この場合、ページの初期化は明示的な “openPage(width, height)” 呼び出しで実行する必要があります。

参照

PsDocument::PsDocument(System::String, System::SharedPtr<Device::PsSaveOptions>, int32_t) constructor

ページ数が事前に分かっている場合、空の PsDocument を初期化します。Postscript ドキュメントのページ数が既知です。

Aspose::Page::EPS::PsDocument::PsDocument(System::String outPsFilePath, System::SharedPtr<Device::PsSaveOptions> options, int32_t numberOfPages)
パラメーター説明
outPsFilePathSystem::String出力 PS/EPS ファイルのパスです。
optionsSystem::SharedPtr<Device::PsSaveOptions>PostScript ファイルの保存を制御するパラメータのセット。
numberOfPagesint32_tPostScript ドキュメントのページ数です。

参照

PsDocument::PsDocument(System::String) constructor

PsDocument を入力 PS/EPS ファイルで初期化します。

Aspose::Page::EPS::PsDocument::PsDocument(System::String psFilePath)
パラメーター説明
psFilePathSystem::StringPS/EPS ファイルのパスです。

参照