// 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_