[]
        
(Showing Draft Content)

C1.Win.C1Preview.HistoryOptions

HistoryOptions Class

Represents the history-related options of a C1PreviewPane control.

Inheritance
HistoryOptions
Namespace: C1.Win.C1Preview
Assembly: C1.Win.PrintPreview.8.dll
Syntax
public class HistoryOptions : INotifyPropertyChanged, IComponent, IDisposable

Constructors

Name Description
HistoryOptions(C1PreviewPane)

Initializes a new instance of the HistoryOptions class.

Properties

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.

Methods

Name Description
AssignFrom(HistoryOptions)

Assigns (copies) properties from another HistoryOptions to the current object.

OnPropertyChanged(string)

Fires PropertyChanged event.

Events

Name Description
PropertyChanged

Occurs when the value of a property of the current HistoryOptions has changed.