PdfWebControlDocumentFileName Property |
Document file name of the currently loaded document.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public string DocumentFileName { get; }
Public ReadOnly Property DocumentFileName As String
Get
Property Value
Type:
String
Document file name as a
string if document is loaded (
DocumentLoaded is
true), or
null if not found or no document is loaded.
Remarks See Also