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)
| パラメーター | 型 | 説明 |
|---|---|---|
| pageParams | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | ページのパラメータ。この辞書にはページサイズや色などが含まれる可能性があります。 |
参照
- Typedef SharedPtr
- Class Dictionary
- Class String
- Class Object
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++