

The second way to reduce the clipboard size is to remove pages when you don't need them anymore. This keeps things cleaner, the footprint smaller, it also helps avoid potential data integrity issues. If you have a page Foo with the pzInsKey of "YourClass W-1" and a page Bar with an object that has the exact same pzInsKey, you want to get rid of one of them. I'd start by looking for duplicated objects. I'm assuming you're more interested in keeping it a smaller footprint. As far as I know, the only way to alter the clipboard size is to add/remove data from the object in the clipboard.
