PdfStorageAdapterSetDocumentFileName Method (Int32, String) |
Namespace:
RadPdf.Integration
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic 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