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)
ParameterType描述
pageParamsSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>页面的参数。此字典中可以包含页面大小和颜色等。

另见