Click or drag to resize

PdfStorageAdapterDeleteDocumentKeys Method

Delete all DocumentKeys used to access the PdfDocument with this DocumentID.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public void DeleteDocumentKeys(
	int documentID
)

Parameters

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