DefaultPdfLiteStorageProviderGetInfo Method |
Namespace:
RadPdf.Lite
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public DefaultPdfLiteStorageItemInfo GetInfo(
PdfLiteSession session,
int subtype
)
Public Function GetInfo (
session As PdfLiteSession,
subtype As Integer
) As DefaultPdfLiteStorageItemInfo
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:
DefaultPdfLiteStorageItemInfo
A class containing information about the found item; otherwise null.
See Also