Click or drag to resize

PdfLiteStorageAdapterGetDocumentProperties Method (PdfLiteSession)

Retrieve common properties about a document previously loaded into a PdfWebControl instance.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfDocumentProperties GetDocumentProperties(
	PdfLiteSession session
)

Parameters

session
Type: RadPdf.LitePdfLiteSession
PdfLiteSession of a Lite Document.

Return Value

Type: PdfDocumentProperties
The PdfDocumentProperties containing common document properties related to the session parameter.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe current instance has already been disposed.
Remarks
If the document is not found or inaccessible, an exception will be thrown.
See Also