PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.8 Assembly / C1.Win.C1Preview Namespace / HistoryOptions Class / MaxVisitedDocuments Property

In This Topic
    MaxVisitedDocuments Property (HistoryOptions)
    In This Topic
    Gets or sets the maximum number of stored visited documents.
    Syntax
    'Declaration
     
    Public Property MaxVisitedDocuments As Integer
    public int MaxVisitedDocuments {get; set;}
    See Also