|
|||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||
| PaperClip Integrators Toolkit PaperClip Integrators Toolkit (PCIT) is a systems integrators programming interface for PaperClip32. Using PCIT, integrators can interface to PaperClip32 and provide specialized solutions for end users. The interface has been developed as a set of COM components so that Visual Basic or script programmers can easily use it. The technology provides an interface that allows integrators to easily perform high-level tasks such as importing and exporting documents, querying for a set of documents or folders, and displaying a folder or document that is supported. PaperClip Integrators Toolkit is made up of a set of COM components. |
|
| The Toolkit is the root creatable object for the Integrators Toolkit. This object provides high-level methods to import and export documents and batches, query for lists of folders and documents and retrieve specific drawers, folders and documents. | |
| The Drawer object represents a PaperClip32 drawer. The Drawer object exposes the properties of a drawer and is a container for folders. | |
| The Folder object represents a PaperClip32 folder. The Folder object exposes the properties of a folder and is a container for documents. | |
| The Document object represents a PaperClip32 document. The Document object exposes the properties of a document and acts as a container for page files. | |
| The Batch object represents a PaperClip32 batch. The Batch object exposes the properties of a batch. | |
| The PaperClip Object is an automation interface for the PaperClip32 application. This Object provides an interface to PaperClip to display folders, documents and batches and get the current folder, document or batch. | |