DefaultPdfLiteStorageProviderHasData Method |
Gets a value representing the state of storage data in the default storage provider.
Namespace:
RadPdf.Lite
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool HasData(
PdfLiteSession session
)
Public Function HasData (
session As PdfLiteSession
) As Boolean
Parameters
- session
- Type: RadPdf.LitePdfLiteSession
PdfLiteSession associated with the data requested.
Return Value
Type:
BooleanIf the default has fresh storage data for this session (last access is determined by last full save), returns
true; otherwise,
falseSee Also