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:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.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