Eulergraph
    Preparing search index...

    Type Alias PaperSize

    type PaperSize = {
        displayName: string;
        height: number;
        id: number;
        status: string;
        supported: boolean;
        width: number;
    }
    Index

    Properties

    displayName: string
    height: number
    id: number
    status: string
    supported: boolean
    width: number