FormatEnum: {
    A4: "a4";
    Custom: "custom";
    Desktop: "desktop";
    Letter: "letter";
    Phone: "phone";
    Ratio16x9: "ratio_16x9";
    Ratio1x1: "ratio_1x1";
    Ratio4x3: "ratio_4x3";
    Tablet: "tablet";
} = ...

Type declaration

  • Readonly A4: "a4"
  • Readonly Custom: "custom"
  • Readonly Desktop: "desktop"
  • Readonly Letter: "letter"
  • Readonly Phone: "phone"
  • Readonly Ratio16x9: "ratio_16x9"
  • Readonly Ratio1x1: "ratio_1x1"
  • Readonly Ratio4x3: "ratio_4x3"
  • Readonly Tablet: "tablet"