/////////////////////////////////////////////////////////////////////////////// // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance"). // All rights reserved. // // This software and its documentation and related materials are owned by // the Alliance. The software may only be incorporated into application // programs owned by members of the Alliance, subject to a signed // Membership Agreement and Supplemental Software License Agreement with the // Alliance. The structure and organization of this software are the valuable // trade secrets of the Alliance and its suppliers. The software is also // protected by copyright law and international treaty provisions. Application // programs incorporating this software must include the following statement // with their copyright notices: // // This application incorporates Open Design Alliance software pursuant to a license // agreement with Open Design Alliance. // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance. // All rights reserved. // // By use of this software, its documentation or related materials, you // acknowledge and accept the above terms. /////////////////////////////////////////////////////////////////////////////// // Entries in the catalog, PDFDictionary) #ifndef _PDF_DICT_KEYS_A_ #define _PDF_DICT_KEYS_A_(KEYNAME, KEYTYPE) #endif //_PDF_DICT_KEYS_A_(Type , PDFName ) // (Optional; PDF 2.0) The type of PDF object that this dictionary describes; if present, shall be Folder for a folder dictionary. _PDF_DICT_KEYS_A_(ID , PDFInteger ) // (Required; PDF 2.0) A non-negative integer value representing the unique folder identification number. _PDF_DICT_KEYS_A_(Name , PDFTextString) // (Required; PDF 2.0) A file name representing the name of the folder. Two sibling folders shall not share the same name following case normalization. _PDF_DICT_KEYS_A_(Parent , PDFDictionary) // (Required for child folders; PDF 2.0) An indirect reference to the parent folder of this folder. _PDF_DICT_KEYS_A_(Child , PDFDictionary) // (Required if the folder has any descendents; PDF 2.0) An indirect reference to the first child folder of this folder. _PDF_DICT_KEYS_A_(Next , PDFDictionary) // (Required for all but the last item at each level; PDF 2.0) An indirect reference to the next sibling folder at this level. _PDF_DICT_KEYS_A_(CI , PDFDictionary) // (Optional; PDF 2.0) The collection item dictionary. Beginning with PDF 1.7, a collection item dictionary shall contain the data described by the collection schema dictionary for a particular file in a collection _PDF_DICT_KEYS_A_(Desc , PDFTextString) // (Optional; PDF 2.0) A text description associated with this folder. _PDF_DICT_KEYS_A_(CreationDate, PDFDate) // (Optional; PDF 2.0) The date the folder was first created. _PDF_DICT_KEYS_A_(ModDate , PDFDate) // (Optional; PDF 2.0) The date of the most recent change to immediate child files or folders of this folder. _PDF_DICT_KEYS_A_(Thumb , PDFImage) // (Optional; PDF 2.0) A stream object defining the thumbnail image for the folder See 12.3.4, "Thumbnail images". //_PDF_DICT_KEYS_A_(Free , PDFArray) // (Optional; only used by root folder; PDF 2.0) An array containing ID values that are not currently in use by the folder structure. The array shall contains zero or more pairs of numbers, a low value followed by a high value. #undef _PDF_DICT_KEYS_A_