[go: nahoru, domu]

blob: 6b92411a87f8f5e5dac8af1f7170792636303116 [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module printing.mojom;
// Print job duplex mode values.
enum DuplexMode {
kUnknownDuplexMode = -1,
kSimplex,
kLongEdge,
kShortEdge,
};