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