PdfStorageAdapterDeleteDocument Method (Int32) |
Delete a document, all document modifications, and all other document information created by a
PdfWebControl instance.
Namespace:
RadPdf.Integration
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic void DeleteDocument(
int documentID
)
Public Sub DeleteDocument (
documentID As Integer
)
Parameters
- documentID
- Type: SystemInt32
DocumentID as an int.
Exceptions
See Also