Click or drag to resize

DefaultPdfLiteStorageProvider Class

The default implementation of the PdfLiteStorageProvider which uses the RAD PDF System Service and its storage.
Inheritance Hierarchy

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 4.4.0.0 (4.4.0.0)
Syntax
public sealed class DefaultPdfLiteStorageProvider : PdfLiteStorageProvider

The DefaultPdfLiteStorageProvider type exposes the following members.

Constructors
  NameDescription
Public methodDefaultPdfLiteStorageProvider
Initializes a new instance of the DefaultPdfLiteStorageProvider class
Top
Methods
  NameDescription
Public methodDeleteData
Deletes all data from the DefaultPdfLiteStorageProvider for the given session.
(Overrides PdfLiteStorageProvider.DeleteData(PdfLiteSession).)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetData
Gets data from the DefaultPdfLiteStorageProvider for the given session and subtype.
(Overrides PdfLiteStorageProvider.GetData(PdfLiteSession, Int32).)
Public methodGetDataStream
Gets data, as a Stream from the PdfLiteStorageProvider for the given session.
(Overrides PdfLiteStorageProvider.GetDataStream(PdfLiteSession, Int32).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInfo
Gets a class containing information about an item in the DefaultPdfLiteStorageProvider for the given session and subtype.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasData
Gets a value representing the state of storage data in the default storage provider.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetData
Sets data from the DefaultPdfLiteStorageProvider for the given session.
(Overrides PdfLiteStorageProvider.SetData(PdfLiteSession, Int32,Byte[]).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

Resources are automatically removed from the Service Storage when not used for a period of time. Make sure that the configured period of time is longer than needed for the session.

See Also
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!