Enum ResetViewStateMode
Namespace: PSPDFKit.UI
Assembly: PSPDFKit.dll
Syntax
public enum ResetViewStateMode
Fields
| Name | Description |
|---|---|
| Defaults | Resets to the default properties. |
| Initial | Resets to the initial properties of the view. I.e. the first properties explicitly set either in XAML or code. |
| Minimal | Only reset those properties which may be reset when showing a new PDF. E.g. CurrentPageIndex. |