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)
| Parameter | Type | 描述 |
|---|---|---|
| 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++