Class PdfViewModeChange

Argument to the OnViewModeChange event.

Inheritance
System.Object
PdfViewModeChange
Namespace: PSPDFKit.UI
Assembly: PSPDFKit.dll
Syntax
public sealed class PdfViewModeChange

Properties

Exception

If the mode change was due to an exception, this will be set.

Declaration
public Exception Exception { get; }
Property Value
Type Description
System.Exception

Message

Any message that was generated by the mode change.

Declaration
public string Message { get; }
Property Value
Type Description
System.String

NewMode

The new mode the PdfView is in.

Declaration
public PdfViewMode NewMode { get; }
Property Value
Type Description
PdfViewMode