Aspose::Page::EPS::PsDocument::SetPageDevice method

PsDocument::SetPageDevice method

Sets page device parameters (see operator “setpagedevice” PostScript spesification). Among these can be page size and color etc.

void Aspose::Page::EPS::PsDocument::SetPageDevice(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> pageParams)
ParameterTypeDescription
pageParamsSystem::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>Parameters of the page. In this dictionary can be page size and color etc

See Also