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