PsDocument.SetPageDevice
PsDocument.SetPageDevice method
Sets page device parameters (see operator “setpagedevice” PostScript spesification). Among these can be page size and color etc.
public void SetPageDevice(Dictionary<string, object> pageParams)
Parameter | Type | Description |
---|---|---|
pageParams | Dictionary`2 | Parameters of the page. In this dictionary can be page size and color etc |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page