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).

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
public abstract class VisitedDocumentStorage : IDisposable
Visual Basic
Public MustInherit Class VisitedDocumentStorage _
	Implements IDisposable

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Preview..::..VisitedDocumentStorage

See Also