interface PrintLayoutInfo {
    attributes: string[];
    dpi: number;
    dpis: number[];
    formats: {};
    layout: string;
    layouts: string[];
    legend: boolean;
    scale: number;
    scales: number[];
    simpleAttributes: MapFishPrintCapabilitiesLayoutAttribute[];
}

Properties

attributes: string[]

The list of all the attributes name.

dpi: number

The selected 'dpi'.

dpis: number[]

The list of 'dpis'.

formats: {}

The list of active 'formats' (png, pdf, ...).

Type declaration

    layout: string

    The selected 'layout'.

    layouts: string[]

    The list of 'layouts'.

    legend: boolean

    The legend checkbox.

    scale: number

    The selected 'scale'.

    scales: number[]

    The list of 'scales'

    Custom print layoutInfo.