blob: 55b96f46c860e6daa8288fbd644af0966d14c146 [file]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef PDF_PDF_INK_ANNOTATION_MODE_H_
#define PDF_PDF_INK_ANNOTATION_MODE_H_
namespace chrome_pdf {
// Types of annotations supported.
enum class InkAnnotationMode { kOff, kDraw, kText };
} // namespace chrome_pdf
#endif // PDF_PDF_INK_ANNOTATION_MODE_H_