Click or drag to resize

PdfStorageAdapterSetDocumentFileName Method (Int32, 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(
	int documentID,
	string documentFileName
)

Parameters

documentID
Type: SystemInt32
DocumentID as an int.
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