interface PrintExecuteOptionsCompat {
    dpi?: number;
    format?: "jpg" | "png32" | "pdf";
    layout?: string;
    title?: string;
}

Hierarchy (view full)

Properties

dpi?: number
format?: "jpg" | "png32" | "pdf"
layout?: string
title?: string