Previous Next


                                                      376
            CHAPTER 4                                                                        Graphics




                    TABLE 4.51 Entries in an optional content configuration dictionary
KEY             TYPE             VALUE

Name            text string      (Optional) A name for the configuration, suitable for presentation in a user
                                 interface.

Creator         text string      (Optional) Name of the application or feature that created this configuration
                                 dictionary.

BaseState       name             (Optional) Used to initialize the states of all the optional content groups in a
                                 document when this configuration is applied. The value of this entry must
                                 be one of the following names:
                                 • ON: The states of all groups are turned ON.
                                 • OFF: The states of all groups are turned OFF.
                                 • Unchanged: The states of all groups are left unchanged.
                                 After this initialization, the contents of the ON and OFF arrays are processed,
                                 overriding the state of the groups included in the arrays.
                                 Default value: ON.
                                 Note: If BaseState is present in the document’s default configuration dictio-
                                 nary, its value must be ON.

ON              array            (Optional) An array of optional content groups whose state should be set to
                                 ON when this configuration is applied.

                                 Note: If the BaseState entry is ON, this entry is redundant.

OFF             array            (Optional) An array of optional content groups whose state should be set to
                                 OFF when this configuration is applied.

                                 Note: If the BaseState entry is OFF, this entry is redundant.

Intent          name or array    (Optional) A single intent name or an array containing any combination of
                                 names. It is used to determine which optional content groups’ states to con-
                                 sider and ignore in calculating the visibility of content (see “Intent” on page
                                 368).
                                 PDF 1.5 defines two intent names, View and Design. Future versions may de-
                                 fine others. In addition, the name All indicates the set of all intents, including
                                 those not yet defined. Default value: View. The value must be View for the
                                 document’s default configuration.

Previous Next