[]
Represents the history-related options of a C1PreviewPane control.
public class HistoryOptions : INotifyPropertyChanged, IComponent, IDisposable
Name | Description |
---|---|
HistoryOptions(C1PreviewPane) | Initializes a new instance of the HistoryOptions class. |
Name | Description |
---|---|
MaxHistoryLength | Gets or sets the maximum number of items stored in preview history. |
MaxVisitedDocuments | Gets or sets the maximum number of stored visited documents. |
PreviewPane | Gets the C1PreviewPane control associated with the current object. |
SavedActions | Gets or sets a value indicating which kinds of actions are saved in the preview history. |
VisitedDocumentStorage | Gets or sets a value indicating how to store documents in the preview history. |
Name | Description |
---|---|
AssignFrom(HistoryOptions) | Assigns (copies) properties from another HistoryOptions to the current object. |
OnPropertyChanged(string) | Fires PropertyChanged event. |
Name | Description |
---|---|
PropertyChanged | Occurs when the value of a property of the current HistoryOptions has changed. |