PccViewerServices Namespace : Document Class |
The following tables list the members exposed by Document.
Name | Description | |
---|---|---|
Document Constructor | Overloaded. |
Name | Description | |
---|---|---|
DocumentFolder | Gets or sets the Document folder path. | |
DocumentID | Gets the Document Name. | |
DocumentInformation | Gets the document attributes. | |
ImagingServiceParameters | Additional query parameters to pass to proxy server. Optional parameter for certain unique client operations. | |
UniqueIdentifierTag | Gets a unique identification string associated with the document to be used for the intermediate cached files. |
Name | Description | |
---|---|---|
BeginMakingIntermediatePagesAvailable | Requests Imaging Services to generate all image pages of type extension from this document. Returns immediately and does not wait for completion of the document pages. | |
CheckDocumentforVectorContent | Verifies if document can produce vector (svg) content. | |
CreateSourceDocument | Writes source stream to temp cache location. Primarily useful for two web tier solution with a front end tier communicating to a back end tier. | |
GetAttributes_DocumentContentType | Returns string of permitted target file types for this document. Uses the newer RESTful API of the Imaging Services. | |
GetAttributes_PageCount | Request for page count. Method is the old fastPage and actualPage Imaging Services request. Should be obsoleted in subsequent versions of PCC (after 7). | |
GetAttributes_PageCountDocumentContentType | Returns JSON string of page count, page confidence, format of document and permissible content type pages to create. | |
MakeSourceDocumentAvailable | Can upload source to temp cache directory if application config file is approriately setup. Returns full file source name in any case unless upload is requested and then fails which then will cause an exception to be thrown. | |
PrepareForViewing | Request for Intermediate Page formats. |