Click or drag to resize

PdfLiteStorageProviderDeleteData Method

Deletes all data from the PdfLiteStorageProvider for the given session.

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

Parameters

session
Type: RadPdf.LitePdfLiteSession
PdfLiteSession associated with the data requested.
Remarks

Data for all sub types should be removed for the given session.

See Also