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?
optionalrendering?:IRenderingProperty
The hi-res output and proof images configuration.