PdfStorageAdapterGetDocumentProperties Method (Int32) |
Retrieve common properties about a document previously loaded into a
PdfWebControl instance.
Namespace:
RadPdf.Integration
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic PdfDocumentProperties GetDocumentProperties(
int documentID
)
Public Function GetDocumentProperties (
documentID As Integer
) As PdfDocumentProperties
Parameters
- documentID
- Type: SystemInt32
DocumentID as an int.
Return Value
Type:
PdfDocumentPropertiesThe
PdfDocumentProperties containing common document properties related to the
documentID parameter.
Exceptions
Remarks
If the document is not found or inaccessible, an exception will be thrown.
See Also