ADC Home > Reference Library > Technical Q&As > Legacy Documents > Graphics & Imaging >
Important: This document is part of the Legacy section of the ADC Reference Library. This information should not be used for new development.
Current information on this Reference Library topic can be found here:
|
Q: I want to create an extension for the Page Setup/Format dialog that performs "Flipping" functions. Is it feasible to create an extension for the Page Setup/Format Dialog? A: There is nothing to prevent you from creating an extension that adds a panel to the Page Setup dialog. Most extensions add to the Print dialog because, in most cases, this is the proper place to add a panel so the functionality of the extension affects the entire output, and because what extensions typically do is best suited for the Print dialog. Print extensions typically add to the Print dialog; drivers and applications typically add to the Format dialog. However, if you're trying to modify the Confidential extension so that it adds
to the Page Setup dialog, you have a bit more work to do. In addition to
changing the The override calls a routine called Since you want to change the extension so that it adds to the Page Setup
dialog, you have to change this routine so that it adds the Collection to the
Job's default Format object. Similarly, you have to change There is also another way that you can test your |
|