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)
Parameter | Type | Description |
---|---|---|
pageParams | System::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
- Typedef SharedPtr
- Class Dictionary
- Class String
- Class Object
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++