Namespace PSPDFKit.UI

Classes

AnnotationPermissionQuery

Describes permissions of an annotation.

AnnotationPresetUpdate

Represents a change to an annotation preset.

AnnotationPressedEventArgs

Arguments for the Controller's AnnotationPressed event.

AnnotationsChanging

This represents the result of an OnAnnotationsWillChange

ColorPreset

Controller

The class that controls the UI of a PdfView or a manually registered Windows.UI.Xaml.Controls.WebView

Font

This class represents a text font, used mainly for the Electronic Signatures typing menu through SignatureOptions.
For setting a custom font you must first import it using a CSS file, then pass in the name of the font and System.Uri containing the import.
You can find the default fonts on DefaultFonts. Your Fonts list can consist of a mix between default and custom fonts.

PagePressedEventArgs

Arguments for the Controller's PagePressed event.

PasswordEventArgs

These are the arguments passed to the OnRequestPassword event on the Controller. After setting the Password property the client event handler must call Windows.Foundation.Deferral.Complete.

PdfView

This XAML control displays a PDF.

PdfViewModeChange

Argument to the OnViewModeChange event.

PointerData

Represents an input device.

ViewState

The ViewState holds information about the current UI representation of a specific document.

Enums

AnnotationsWillChangeReason

Indicates the reason why OnAnnotationsWillChange was emitted.

AutoSaveMode

Auto-saving modes for the PdfView When turned on, AutoSave will only work if the PdfView is properly unloaded. The document is not periodically saved. In addition, if the application is terminated by Windows then the document will not be saved and any changes will be lost. Handling the suspension of the application must be done by the application developer. Read more about the UWP Application Lifecycle and handling application suspension and termination here: https://blogs.windows.com/windowsdeveloper/2016/04/28/the-lifecycle-of-a-uwp-app/ https://pspdfkit.com/guides/windows/current/features/suspend-unloading/

InteractionMode

Represents the interaction mode.

LayoutMode

Controls how pages inside a view are displayed.

PdfViewMode

The PdfView can be in one of several states.

ResetViewStateMode

The PdfView's ViewState can be reset on loading a new document.

ScrollMode

Describes mode of page scrolling in the view - either continuous or per spread (paginated).

ShowSignatureValidationStatusMode

Controls when the digital signature validation UI should be shown.

SidebarMode

Represents the sidebar mode.

SidebarPlacement

Represents the sidebar placement in the view.

ZoomMode

Sets the current zoom factor.