Returns the ScriptDescriptor objects 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<ScriptDescriptor> GetScriptDescriptors()
Visual Basic
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