PdfStorageAdapterSetDocumentFileName Method (Int32, String) |
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public void SetDocumentFileName(
int documentID,
string documentFileName
)
Public Sub SetDocumentFileName (
documentID As Integer,
documentFileName As String
)
Parameters
- documentID
- Type: SystemInt32
DocumentID as an int. - 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