PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / CurrentVisitedDocumentIndex Property

In This Topic
    CurrentVisitedDocumentIndex Property (C1PreviewPane)
    In This Topic
    Gets or sets the index of the current visited document in the VisitedDocuments collection.

    Assigning a value to this property causes the preview pane to show the document stored at that index in the collection. If the assigned value is -1, the current document is cleared.

    Syntax
    'Declaration
     
    Public Property CurrentVisitedDocumentIndex As Integer
    public int CurrentVisitedDocumentIndex {get; set;}
    See Also