Click or drag to resize

PdfWebControlDocumentFileName Property

Document file name of the currently loaded document.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public string DocumentFileName { 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