Returns the script files for the control.

Namespace: TallComponents.Web.Pdf
Assembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0

Syntax

C#
protected override IEnumerable<ScriptReference> GetScriptReferences()
Visual Basic
Protected Overrides Function GetScriptReferences As IEnumerable(Of ScriptReference)
Visual C++
protected:
virtual IEnumerable<ScriptReference^>^ GetScriptReferences() override

Return Value

An IEnumerable collection that contains ECMAScript (JavaScript) files that have been registered as embedded resources.

See Also