Click or drag to resize

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.43.0.0 (3.43.0.0)
Syntax
public bool HasData(
	PdfLiteSession session
)

Parameters

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

Return Value

Type: Boolean
If the default has fresh storage data for this session (last access is determined by last full save), returns true; otherwise, false
See Also