Aspose::Page::EPS::PsDocument::SetPageDevice method
PsDocument::SetPageDevice method
페이지 디바이스 매개변수를 설정합니다(연산자 “setpagedevice” PostScript 사양 참조). 여기에는 페이지 크기, 색상 등이 포함될 수 있습니다.
void Aspose::Page::EPS::PsDocument::SetPageDevice(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> pageParams)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| pageParams | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | 페이지의 매개변수입니다. 이 사전에는 페이지 크기와 색상 등이 포함될 수 있습니다. |
또 보기
- Typedef SharedPtr
- Class Dictionary
- Class String
- Class Object
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++