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)
ParameterTypeDescription
pageParamsDictionary`2Parameters of the page. In this dictionary can be page size and color etc

See Also