ViewChangedEventArgs.AddViewToHistory Property

Gets or set the boolean to store view to history or not.

public bool AddViewToHistory { get; set; }
Public Property AddViewToHistory As Boolean

Property Value

Boolean

Licensing Info

This property is a DynamicPDF Viewer feature. One of the following is required for non-evaluation usage:

Remarks

By default the AddViewToHistory is true and causes the PreviousView property to get updated whenever navigating to a new view. Navigation between views already present in the view history will set this property to false to avoid updating the history. To prevent a view from getting stored in view history AddViewToHistory can be set to false within the ViewChangedEvent.

See Also

ViewChangedEventArgs
ceTe.DynamicPDF.Viewer

In this topic