DefaultPdfLiteStorageProvider Class |
Namespace: RadPdf.Lite
The DefaultPdfLiteStorageProvider type exposes the following members.
Name | Description | |
---|---|---|
DefaultPdfLiteStorageProvider | Initializes a new instance of the DefaultPdfLiteStorageProvider class |
Name | Description | |
---|---|---|
DeleteData |
Deletes all data from the DefaultPdfLiteStorageProvider for the given session.
(Overrides PdfLiteStorageProviderDeleteData(PdfLiteSession).) | |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetData |
Gets data from the DefaultPdfLiteStorageProvider for the given session and subtype.
(Overrides PdfLiteStorageProviderGetData(PdfLiteSession, Int32).) | |
GetDataStream |
Gets data, as a Stream from the PdfLiteStorageProvider for the given session.
(Overrides PdfLiteStorageProviderGetDataStream(PdfLiteSession, Int32).) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetInfo |
Gets a class containing information about an item in the DefaultPdfLiteStorageProvider for the given session and subtype.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasData |
Gets a value representing the state of storage data in the default storage provider.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetData |
Sets data from the DefaultPdfLiteStorageProvider for the given session.
(Overrides PdfLiteStorageProviderSetData(PdfLiteSession, Int32, Byte).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.