Skip to main content

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?