Click or drag to resize

PdfWebControlDocumentFileName Property

Document file name of the currently loaded document.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.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