HybridForms API
    Preparing search index...

    Interface Ean13Options

    interface Ean13Options {
        background?: string;
        displayValue?: boolean;
        flat?: boolean;
        font?: string;
        fontOptions?: string;
        fontSize?: number;
        format?: string;
        height?: number;
        lastChar?: string;
        lineColor?: string;
        margin?: number;
        marginBottom?: number;
        marginLeft?: number;
        marginRight?: number;
        marginTop?: number;
        text?: string;
        textAlign?: string;
        textMargin?: number;
        textPosition?: string;
        valid?: (valid: boolean) => void;
        width?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    background?: string
    displayValue?: boolean
    flat?: boolean
    font?: string
    fontOptions?: string
    fontSize?: number
    format?: string
    height?: number
    lastChar?: string
    lineColor?: string
    margin?: number
    marginBottom?: number
    marginLeft?: number
    marginRight?: number
    marginTop?: number
    text?: string
    textAlign?: string
    textMargin?: number
    textPosition?: string
    valid?: (valid: boolean) => void
    width?: number