Click or drag to resize

PdfLiteStorageProviderGetData Method

Gets data from the PdfLiteStorageProvider for the given session and subtype.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public abstract byte[] GetData(
	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: Byte

The requested data if found in the storage provider; otherwise null.

See Also