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