Click or drag to resize

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.44.0.0 (3.44.0.0)
Syntax
public void DeleteDocument(
	int documentID
)

Parameters

documentID
Type: SystemInt32
DocumentID as an int.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe current instance has already been disposed.
See Also