Click or drag to resize

DefaultPdfLiteStorageProvider.SetData Method

Sets data from the DefaultPdfLiteStorageProvider for the given session.

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

Parameters

session
Type: RadPdf.Lite.PdfLiteSession
PdfLiteSession associated with the data being set.
subtype
Type: System.Int32
The sub type of data being set. Implementations should allow any Int32 value and store data separately.
value
Type:System.Byte[]
The data to store.
See Also
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!