ViewModel class for the RadPdfViewer's navigation pane.
Definition
Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI.Panels.ViewModels
Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax:
public class RadPdfViewerNavigationPaneViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseRadPdfViewerNavigationPaneViewModel
Implements:
Inherited Members
Properties
Gets or sets the view model for the AI summarization tab item.
public AISummarizationTabItemViewModel AISummarizationTabItemViewModel { get; set; }
Gets or sets the model for AI-powered summaries and chat messages.
public AISummaryModel AISummaryModel { get; set; }
Gets or sets the Bookmarks Tab item. It contains a collection of bookmarks, represented as table of contents.
public BookmarksTabItemViewModel BookmarksTabItemViewModel { get; set; }
Gets or sets the command representing the action of closing a navigation pane's Tab item.
public ICommand CloseTabItemCommand { get; set; }
Gets or sets a value indicating whether the AI model has been initialized.
public bool IsAIModelInitialized { get; set; }
Gets or sets the index of navigation pane currently selected Tab item.
public int SelectedIndex { get; set; }
Gets or sets the summary provider used for generating summaries and answering questions.
public ISummaryProvider SummaryProvider { get; set; }