The PdfViewerToolbar type exposes the following members.

Constructors

  NameDescription
Public methodPdfViewerToolbar
Initializes a new instance of the PdfViewerToolbar 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
Invoked during the PreRendering stage to finalize the control for rendering.
(Overrides ScriptControl..::.OnPreRender(EventArgs).)
Protected methodRender
Renders the control to the specified HTML writer.
(Overrides ScriptControl..::.Render(HtmlTextWriter).)

Properties

  NameDescription
Public propertyBusyImageUrl
Gets or sets the URL of the image displayed in the toolbar when the viewer is busy.
Public propertyCloseImageUrl
Gets or sets the URL of the image displayed on the toolbar button that closes the current file.
Public propertyHoverButtonImageUrl
Gets or sets URL of the image used to render the hover state of a toobar button.
Public propertyNextImageUrl
Gets or sets the URL of the image displayed on the toolbar button that navigates to the next page.
Public propertyOpenImageUrl
Gets or sets the URL of the image displayed on the toolbar button that shows the open file dialog.
Public propertyPanImageUrl
Gets or sets the URL of the image displayed on the toolbar button that switches the viewer to pan mode.
Public propertyPdfViewerControlId
Gets or sets the control ID of the PdfViewer this toolbar will interact with.
Public propertyPreviousImageUrl
Gets or sets the URL of the image displayed on the toolbar button that navigates to the previous page.
Public propertySearchCancelImageUrl
Gets or sets the URL of the image displayed on the search cancel button.
Public propertySearchImageUrl
Gets or sets the URL of the image displayed on the search button.
Public propertySelectedButtonImageUrl
Gets or sets the URL of the image used to render the selected state of a toolbar button.
Public propertyShowFileButtons
Gets or sets a value indicating whether to show file buttons (open and close).
Public propertyShowSearchBox
Gets or sets a value indicating whether to show the search box.
Public propertySpacerImageUrl
Gets or sets the URL of the image used to render a spacer between button groups.
Public propertyToolbarBackgroundImageUrl
Gets or sets the URL of the image used to render the toobar background.
Public propertyZoom1On1ImageUrl
Gets or sets the URL of the image displayed on the zoom 1:1 toolbar button.
Public propertyZoomInImageUrl
Gets or sets the URL of the image displayed on the toolbar button that switches the viewer to zoom-in mode.
Public propertyZoomOutImageUrl
Gets or sets the URL of the image displayed on the toolbar button that switches the viewer to zoom-out mode.
Public propertyZoomToPageImageUrl
Gets or sets the URL of the image displayed on the zoom-to-page toolbar button.
Public propertyZoomToWidthImageUrl
Gets or sets the URL of the image displayed on the zoom-to-width toolbar button.

See Also