Click or drag to resize

PdfLiteStorageAdapterDeleteDocument Method (PdfLiteSession)

Delete a document, all document modifications, and all other document information created by a PdfWebControl instance.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public void DeleteDocument(
	PdfLiteSession session
)

Parameters

session
Type: RadPdf.LitePdfLiteSession
PdfLiteSession of a Lite Document.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe current instance has already been disposed.
Remarks