Click or drag to resize

DefaultPdfLiteStorageProviderSetData Method

Sets data from the DefaultPdfLiteStorageProvider for the given session.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public override void SetData(
	PdfLiteSession session,
	int subtype,
	byte[] value
)

Parameters

session
Type: RadPdf.LitePdfLiteSession
PdfLiteSession associated with the data being set.
subtype
Type: SystemInt32
The sub type of data being set. Implementations should allow any Int32 value and store data separately.
value
Type: SystemByte
The data to store.
See Also