Skip to main content
⚠️ Archived Version

You are viewing documentation for Design Editor version 7.2, which is no longer actively maintained. For the latest features and updates, please refer to the current version (7.3).

Interface: IPublicApiConfig

A structure containing the settings of the hi-res output and proof images.

Example

configuration = {
rendering: {
proofImageSafetyLinesEnabled: true,
proofImageSpineAndFoldingLinesEnabled: false,
proofImageInterpolationMode: "NearestNeighbour",
proofImageRotateMode: "auto",
},
};

Extended by

Properties

rendering?

optional rendering?: IRenderingProperty

The hi-res output and proof images configuration.

Was this page helpful?