PrintDocument for WinForms
CurrentVisitedDocumentIndex プロパティ (C1PreviewPane)


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewPane クラス : CurrentVisitedDocumentIndex プロパティ
Gets or sets the index of the current visited document in the C1PreviewPane.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.

シンタックス
'宣言
 
Public Property CurrentVisitedDocumentIndex As System.Integer
'使用法
 
Dim instance As C1PreviewPane
Dim value As System.Integer
 
instance.CurrentVisitedDocumentIndex = value
 
value = instance.CurrentVisitedDocumentIndex
public System.int CurrentVisitedDocumentIndex {get; set;}
参照

C1PreviewPane クラス
C1PreviewPane メンバ
CurrentVisitedDocument プロパティ