Back to Website
Show / Hide Table of Contents

Interface IStubImagesBarcodeConfig

A configuration of messages in stub barcode placeholders.

Package: @aurigma/design-editor-iframe
Examples
configuration = {
   stubImages: {
       barcode: {
           "postScriptName": "LucidaSans-Italic",
           "text": "Define a Barcode",
           "errorText": "ERROR"
       }
   }
};

Properties

errorText

The message to be displayed on barcodes with invalid content. The default value is "Error".

Declaration
errorText?: string;
Property Value
Type Description
string

The message to be displayed on barcodes with invalid content. The default value is "Error".

postScriptName

The font name of text. The default value is "Roboto-Regular".

Declaration
postScriptName?: string;
Property Value
Type Description
string

The font name of text. The default value is "Roboto-Regular".

text

The message to be displayed on stub barcodes. The default value is "Sample".

Declaration
text?: string;
Property Value
Type Description
string

The message to be displayed on stub barcodes. The default value is "Sample".

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback