Click or drag to resize

PdfLiteStorageAdapter Class

This class is an adapter for the storage used by a PdfWebControlLite instance.
Inheritance Hierarchy
SystemObject
  RadPdf.LitePdfLiteStorageAdapter

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public sealed class PdfLiteStorageAdapter : IDisposable

The PdfLiteStorageAdapter type exposes the following members.

Constructors
  NameDescription
Public methodCode examplePdfLiteStorageAdapter
Initializes a new instance of the PdfLiteStorageAdapter class.
Top
Methods
  NameDescription
Public methodDeleteDocument(String)
Delete a document, all document modifications, and all other document information created by a PdfWebControl instance.
Public methodDeleteDocument(PdfLiteSession)
Delete a document, all document modifications, and all other document information created by a PdfWebControl instance.
Public methodDispose
Releases all resources used by the PdfLiteStorageAdapter.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExportDocument(String)
Export the document with the given key to an importable RAD PDF binary format.
Public methodExportDocument(PdfLiteSession)
Export the document with the given ID to an importable RAD PDF binary format.
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 methodGetDocumentAsPdf(String)
Retrieve a document previously loaded into a PdfWebControlLite instance with all saved modifications, as a PDF.
Public methodGetDocumentAsPdf(PdfLiteSession)
Retrieve a document previously loaded into a PdfWebControlLite instance with all saved modifications, as a PDF.
Public methodGetDocumentOriginalAsPdf(String)
Retrieve a document previously loaded into a PdfWebControl instance with no modifications, as a PDF.
Public methodGetDocumentOriginalAsPdf(PdfLiteSession)
Retrieve a document previously loaded into a PdfWebControl instance with no modifications, as a PDF.
Public methodGetDocumentProperties(String)
Retrieve common properties about a document previously loaded into a PdfWebControl instance.
Public methodGetDocumentProperties(PdfLiteSession)
Retrieve common properties about a document previously loaded into a PdfWebControl instance.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also