PdfStorageAdapterSetDocumentFileName Method (String, String) |
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public void SetDocumentFileName(
string documentKey,
string documentFileName
)
Public Sub SetDocumentFileName (
documentKey As String,
documentFileName As String
)
Parameters
- documentKey
- Type: SystemString
DocumentKey as a string. - documentFileName
- Type: SystemString
New DocumentFileName as a string.
Exceptions Remarks
If the document is not found or inaccessible, an exception will be thrown.
See Also