Click or drag to resize

DefaultPdfLiteStorageProvider Methods

The DefaultPdfLiteStorageProvider type exposes the following members.

Methods
  NameDescription
Public methodDeleteData
Deletes all data from the DefaultPdfLiteStorageProvider for the given session.
(Overrides PdfLiteStorageProviderDeleteData(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 PdfLiteStorageProviderGetData(PdfLiteSession, Int32).)
Public methodGetDataStream
Gets data, as a Stream from the PdfLiteStorageProvider for the given session.
(Overrides PdfLiteStorageProviderGetDataStream(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 PdfLiteStorageProviderSetData(PdfLiteSession, Int32, Byte).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also