Aspose::Page::EPS::PsDocument::SetPageDevice メソッド

PsDocument::SetPageDevice method

ページデバイスパラメータを設定します(演算子 "setpagedevice" の PostScript 仕様を参照)。これにはページサイズやカラーなどが含まれます。

void Aspose::Page::EPS::PsDocument::SetPageDevice(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> pageParams)
パラメーター説明
pageParamsSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>ページのパラメータ。この辞書にはページサイズや色などが含まれる可能性があります。

参照