[]
Represents the contetn of a visited document in the visited documents history of a C1PreviewPane. The storage format depends on the type of the document (C1PrintDocument, .NET PrintDocument etc).
public abstract class VisitedDocumentStorage : IDisposable
| Name | Description |
|---|---|
| VisitedDocumentStorage() |
| Name | Description |
|---|---|
| CreateDocument() | Creates a document based on the stored data. |
| Dispose() | Disposes the current document storage. |
| ~VisitedDocumentStorage() | Destroys the current instance. |