Interface IRenderingConfigProvider
Methods
cmykModeEnabled()
Declaration
cmykModeEnabled(): boolean;
Returns
getCmykColorProfileName()
Declaration
getCmykColorProfileName(): string | null;
Returns
| Type |
Description |
| string | null |
|
getGrayscaleColorProfileName()
Declaration
getGrayscaleColorProfileName(): string | null;
Returns
| Type |
Description |
| string | null |
|
getHiResDestinationColorProfileName()
Declaration
getHiResDestinationColorProfileName(): string | null;
Returns
| Type |
Description |
| string | null |
|
getHiResRendering(printArea)
Declaration
getHiResRendering(printArea: PrintArea): IHiResOutputRendering | null;
Parameters
Returns
getRgbColorProfileName()
Declaration
getRgbColorProfileName(): string | null;
Returns
| Type |
Description |
| string | null |
|