Click or drag to resize

PdfLiteStorageAdapter.GetDocumentProperties Method (String)

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

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 4.2.0.0 (4.2.0.0)
Syntax
public PdfDocumentProperties GetDocumentProperties(
	string documentKey
)

Parameters

documentKey
Type: System.String
DocumentKey as a string.

Return Value

Type: PdfDocumentProperties
The PdfDocumentProperties containing common document properties related to the documentKey parameter.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe current instance has already been disposed.
RadPdfDocumentKeyNotFoundExceptionThe document session was not found.
Remarks
If the document is not found or inaccessible, an exception will be thrown.
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!