Click or drag to resize

DefaultPdfLiteStorageProviderGetInfo Method

Gets a class containing information about an item in the DefaultPdfLiteStorageProvider for the given session and subtype.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public DefaultPdfLiteStorageItemInfo GetInfo(
	PdfLiteSession session,
	int subtype
)

Parameters

session
Type: RadPdf.LitePdfLiteSession
PdfLiteSession associated with the data requested.
subtype
Type: SystemInt32
The sub type of data requested. Implementations should allow any Int32 value and store data separately.

Return Value

Type: DefaultPdfLiteStorageItemInfo

A class containing information about the found item; otherwise null.

See Also