iDRS™ SDK 16
Loading...
Searching...
No Matches
IPageCollection Class Reference

IPageCollection defines the interface for a page collection. More...

#include <idrs_common.h>

Inheritance diagram for IPageCollection:
CDefaultPageCollection

Detailed Description

IPageCollection defines the interface for a page collection.

The page collection interface is used by the CDocument class to store the pages of a document. Additionally that interface is used internally by the CDocumentWriter to access the document's pages and generate the output. The collections that implement that interface must be thread-safe.