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: IStubImagesConfig

A structure defining the appearance of stub barcode placeholders.

Example

configuration = {
stubImages: {
barcode: {
postScriptName: "LucidaSans-Italic",
text: "Define a Barcode",
},
},
};

Properties

barcode?

optional barcode?: IStubImagesBarcodeConfig

Configures the message displayed on stub images.

Was this page helpful?