chromium/third_party/pdfium/constants/page_object.cpp

// Copyright 2021 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "constants/page_object.h"

namespace pdfium::page_object {

// PDF 1.7 spec, table 3.27.
// Entries in a page object.
const char kType[] =;
const char kParent[] =;
const char kResources[] =;
const char kMediaBox[] =;
const char kCropBox[] =;
const char kBleedBox[] =;
const char kTrimBox[] =;
const char kArtBox[] =;
const char kContents[] =;
const char kRotate[] =;

}  // namespace pdfium::page_object