VisitedDocumentStorage Class
 
            
                In This Topic
            
            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 (
C1.C1Preview.C1PrintDocument, .NET PrintDocument etc).
 
            Object Model
            Syntax
            
            
            
            
            'Declaration
 
Public MustInherit Class VisitedDocumentStorage 
             
        
            
            public abstract class VisitedDocumentStorage 
             
        
             
         
            
            
            
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   C1.Win.C1Preview.VisitedDocumentStorage
 
            
            
            See Also