Class | Description | |
---|---|---|
ApplicationConfig | Summary information for ApplicationConfig. Obtains information from a configuration file (i.e.,"prizmconfig.xml"). Similar to PccConfig.cs but encapsulated into PccViewerServices. | |
Document | Summary description for Document Object. Primarily services information about the document and not anything but individual pages. Can request the Imaging Services to generate individual pages to the cache. Should be compatible with single and double Tier designs. | |
DocumentAttributes | Summary information for the document attributes. Attributes which can be obtained about the document of interest. | |
Page | Summary description for Page Object. For each page in a document, this class object houses information about the page. This object can request attributes for a particular page or be used to return a raster or vectored image. Vector image is supported for a limited number of formats. Raster images can be scales or tiled. | |
PccProxyServer | Summary Information for PccProxyServer. This class is a copy of the PccImagingService.cs but encapsulated in PccViewerServices. PccImagingService is used to communicate with the imaging services formally known as the proxyserver. | |
PrizmContentConnect | Summary description for PrizmContentConnect. Checks and validates licensing requests before issuing to the Imaging Services. | |
ResultCache | Summary description for ResultCache. Helps names and verify existing intermediate objects. | |
ServiceLocator | Summary description for ServiceLocator. Houses supporting configuration and Imaging (Proxy Server) communication objects. Allows for a single object to be used throughout various methods. |
Enumeration | Description | |
---|---|---|
Document.ViewerType | Enumeration for viewer type: web html or web flash. |