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

Hierarchy (view full)

Properties

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