Aspose::Page::EPS::PsDocument::SetPageDevice method
PsDocument::SetPageDevice method
Establece los parámetros del dispositivo de página (ver el operador "setpagedevice" en la especificación PostScript). Entre ellos pueden estar el tamaño de página, el color, etc.
void Aspose::Page::EPS::PsDocument::SetPageDevice(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> pageParams)
| Parámetro | Tipo | Descripción |
|---|---|---|
| pageParams | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | Parámetros de la página. En este diccionario pueden estar el tamaño de la página y el color, etc. |
Ver también
- Typedef SharedPtr
- Class Dictionary
- Class String
- Class Object
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++