Returns the ScriptDescriptor objects for the control.

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

Syntax

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

Return Value

An IEnumerable collection of ScriptDescriptor objects.

See Also