Enum Operation

Enum representing the type of operation performed in the PSPDFKit SDK

Namespace: PSPDFKit.Api.Enums
Assembly: Api.dll
Syntax
public enum Operation

Fields

Name Description
AddUsersJavaScript

Operation representing the addition of a user's JavaScript.

DeleteAnnotations

Operation representing deletion of annotations.

ExportAnnotations

Operation representing exporting of annotations.

ExportDocument

Operation representing the export of a document.

GetAnnotations

Operation to retrive annotations.

ImportAnnotations

Operation representing the import of a document.

Internal

Internal operation in the PSPDFKit SDK.

LoadDocument

Operation representing the loading of a document.

SelectAnnotations

Operation representing the selection of an annotation.

SetAnnotationToolbarItems

Operation for setting annotation toolbar items.

SetMainToolbarItems

Operation for setting main toolbar items.

SetViewerConfiguration

Operation for setting the viewer configuration.

SubscribeEvent

Operation for subscribing to an event.

UnloadDocument

Operation representing the unloading of a document.

UnsubscribeEvent

Operation for unsubscribing from an event.

UpdateAnnotation

Operation to update an annotation.

UserDefined

Operation performed in JavaScript that's added by a user.