Namespace Catalog.ViewModels

Classes

AboutViewModel

AnnotationHistoryPageViewModel

AnnotationToolbarItemsViewModel

This example demonstrates how to modify the annotation toolbar(s)

CreateAnnotationPageViewModel

DataProviderAesViewModel

This example demonstrates how to open and export PDF using an AES DataProvider and DataSink. It uses AesDataProvider and AesDataSink

DataProviderViewModel

This example demonstrates how to open and export a PDF using a DataProvider and DataSink. It uses RandomAccessStreamDataProvider and RandomAccessStreamDataSink which simply wrap a Windows.Storage.Streams.IRandomAccessStream.

DocumentEditorViewModel

This class demonstrates how to create a new document by appending the pages of one document to another with the Editor.

EditableAnnotationRulesViewModel

This example demonstrates how to dynamically define a rule that controls whether an annotation is editable or not.

EventEntry

Represents a message for an event. The Tooltip, source Document and page index are optional. If the Document is set then clicking on the event in the event list will cause it to be openend in the PdfView

EventsViewModel

FTSPageViewModel

ImageDocumentsViewModel

This example demonstrates how to open and export image documents.

InstantJsonViewModel

This example demonstrates how to import and export Instant Document Json for the current document.

OpenAndExportFileViewModel

This example demonstrates how to open and export a PDF.

PasswordDialogViewModel

This example demonstrates how to use a provide a native password input dialog.

PrintPageViewModel

RedactionsViewModel

This example demonstrates how to work with Redactions.

SearchPageViewModel

This example shows how to trigger a search from code and display it in a listbox. While this isn't a very useful Controller pattern as the PdfView already offers a better inline search, it still shows of some of the concepts of how to be able to search programmatically.

SearchPageViewModel.SearchResultFormatter

The SearchResultFormatter formats the search result to make it look nicer when displaying in the Controller.

ShellNavigationItem

ShellViewModel

SignatureSavingViewModel

This example demonstrates how to save and recall signatures from an external file.

ToolbarItemsViewModel

This example demonstrates how to add custom toolbar items, spacers, and how to rearrange items in the toolbar.

ViewStatePropertiesViewModel

XfdfViewModel

This example demonstrates how to import and export XFDF for the current document.