Interface IPublicApiConfig
A structure containing the settings of the hi-res output and proof images.
Package: @aurigma/design-editor-iframe
Examples
configuration = {
rendering: {
proofImageSafetyLinesEnabled: true,
proofImageSpineAndFoldingLinesEnabled: false,
proofImageInterpolationMode: "NearestNeighbour",
proofImageRotateMode: "auto"
}
};
Properties
rendering
The hi-res output and proof images configuration.
Declaration
rendering?: IRenderingProperty;
Property Value
| Type | Description |
|---|---|
| IRenderingProperty | The hi-res output and proof images configuration. |