The PdfThumbnailsList type exposes the following members.

Constructors

  NameDescription
Public methodPdfThumbnailsList
Initializes a new instance of the PdfThumbnailsList class.

Methods

  NameDescription
Protected methodFindTargetControl
Searches the control hierarchy to locate the named control.
Protected methodGetScriptDescriptors
Returns the ScriptDescriptor objects for the control.
(Overrides ScriptControl..::.GetScriptDescriptors()()().)
Protected methodGetScriptReferences
Returns the script files for the control.
(Overrides ScriptControl..::.GetScriptReferences()()().)
Protected methodOnPreRender
Raises the PreRender event.
(Overrides ScriptControl..::.OnPreRender(EventArgs).)
Protected methodRender
Renders the control to the specified HTML writer.
(Overrides ScriptControl..::.Render(HtmlTextWriter).)

Properties

  NameDescription
Public propertyOrientation
Gets or sets the direction of the list; either vertical (default) or horizontal.
Public propertyPdfViewerControlId
Gets or sets the page view control id.
Public propertySelectedThumbnailCssClass
Gets or sets the CSS class for the thumbnail that corresponds to the active page in the associated PdfViewer.
Public propertyServiceUrl
Gets or sets the URL for the thumbnail generator.
Public propertyThumbnailCssClass
Gets or sets the CSS class applied to all thumbnails.

See Also