FoxitPDFSDKforWeb  v10.0.0
Foxit PDF SDK for Web

The storage API within this namespace is responsible for storing and retrieving data. If the default driver is not meet your needs, the StorageDriver interface offers a standardized approach to implement a customized storage solution. More...

Classes

class  IndexedDBStorageDriver
 The default built-in storage driver solution based on IndexedDB since 9.2.0. More...
 
class  LocalStorageDriver
 The storage driver solution based on localStorage. More...
 
interface  PDFViewerStorageContext
 This is an extension of the StorageContext interface. Storage requests triggered by business layer code above the PDFViewerCtrl layer usually carry a PDFViewer instance. Therefore, this interface describes such a StorageContext. More...
 
interface  StorageContext
 Stores the context used to generate storage space names. More...
 
interface  StorageDriver
 Represents a storage driver. More...
 
interface  StorageDriverChangeEvent< T >
 Represents an event triggered when there is a change in the storage driver. T The type of the old and new values in the storage change event. More...
 
interface  StorageDriverRemoveEvent
 Represents an event triggered when a stored value is removed in the storage driver. More...
 

Enumerations

enum  StorageFeature { MEASUREMENT = 'measurement' , STAMP = 'stamp' }
 Represents the available storage features. More...
 

Detailed Description

The storage API within this namespace is responsible for storing and retrieving data. If the default driver is not meet your needs, the StorageDriver interface offers a standardized approach to implement a customized storage solution.

Enumeration Type Documentation

◆ StorageFeature

Represents the available storage features.

Since
9.1.0
See also
StorageService
Enumerator
MEASUREMENT 

This is the feature name for creating measurement-related annotations of the following types: distance, perimeter, area and circle area.

Since
9.1.0
STAMP 

This is the feature name for stamp.

Since
9.2.0

Foxit Software Corporation Logo
@2024 Foxit Software Incorporated. All rights reserved.