Click or drag to resize

DefaultPdfLiteStorageProviderDeleteData Method

Deletes all data from the DefaultPdfLiteStorageProvider for the given session.

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

Parameters

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

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

See Also