vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface LetterheadHeaderFooter

    interface LetterheadHeaderFooter {
        backgroundColor: string;
        height: number;
        horizontalAlignment?: LetterheadHorizontalAlignment;
        logo?: string;
        verticalAlignment?: LetterheadVerticalAlignment;
    }
    Index

    Properties

    backgroundColor: string
    height: number
    horizontalAlignment?: LetterheadHorizontalAlignment
    logo?: string
    verticalAlignment?: LetterheadVerticalAlignment