Click or drag to resize

PdfLiteStorageAdapter.DeleteDocument Method (String)

Delete a document, all document modifications, and all other document information created by a PdfWebControl instance.

Namespace:  RadPdf.Lite
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public void DeleteDocument(
	string documentKey
)

Parameters

documentKey
Type: System.String
DocumentKey as a string.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe current instance has already been disposed.
RadPdfDocumentExceptionThe document was not found in storage.
Remarks

If the document session is not found or inaccessible, an exception will be thrown.

See Also
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!