Click or drag to resize

PdfStorageAdapterSetDocumentFileName Method (String, String)

Set the DocumentFileName associated with this document.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public void SetDocumentFileName(
	string documentKey,
	string documentFileName
)

Parameters

documentKey
Type: SystemString
DocumentKey as a string.
documentFileName
Type: SystemString
New DocumentFileName as a string.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe current instance has already been disposed.
RadPdfDocumentExceptionThe document was not found in storage.
Remarks
If the document is not found or inaccessible, an exception will be thrown.
See Also