Click or drag to resize

PdfStorageAdapterGetDocumentProperties Method (String)

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

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

Parameters

documentKey
Type: SystemString
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.
RadPdfDocumentExceptionThe document was not found in storage.
Remarks
If the document is not found or inaccessible, an exception will be thrown.
See Also