[]
        
(Showing Draft Content)

C1.Win.C1Preview.C1PreviewPane.CurrentVisitedDocumentIndex

CurrentVisitedDocumentIndex Property

CurrentVisitedDocumentIndex

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.

Declaration
[Browsable(false)]
public int CurrentVisitedDocumentIndex { get; set; }
See Also