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ámetroTipoDescripción
pageParamsSystem::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