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.48.0.0 (3.48.0.0)
Syntax public PdfDocumentProperties GetDocumentProperties(
string documentKey
)
Public Function GetDocumentProperties (
documentKey As String
) As PdfDocumentProperties
Parameters
- documentKey
- Type: SystemString
DocumentKey as a string.
Return Value
Type:
PdfDocumentPropertiesThe
PdfDocumentProperties containing common document properties related to the
documentKey parameter.
Exceptions Remarks
If the document is not found or inaccessible, an exception will be thrown.
See Also