DefaultPdfLiteStorageProviderSetData Method |
Namespace:
RadPdf.Lite
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public override void SetData(
PdfLiteSession session,
int subtype,
byte[] value
)
Public Overrides Sub SetData (
session As PdfLiteSession,
subtype As Integer,
value As Byte()
)
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