PdfLiteStorageProviderDeleteData Method |
Namespace:
RadPdf.Lite
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public abstract void DeleteData(
PdfLiteSession session
)
Public MustOverride Sub DeleteData (
session As PdfLiteSession
)
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