The PdfViewerToolbar type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PdfViewerToolbar | Initializes a new instance of the PdfViewerToolbar class |
Methods
| Name | Description | |
|---|---|---|
| FindTargetControl |
Searches the control hierarchy to locate the named control.
| |
| GetScriptDescriptors |
Returns the ScriptDescriptor objects for the control.
(Overrides ScriptControl..::..GetScriptDescriptors()()()().) | |
| GetScriptReferences |
Returns the script files for the control.
(Overrides ScriptControl..::..GetScriptReferences()()()().) | |
| OnPreRender |
Invoked during the PreRendering stage to finalize the control for rendering.
(Overrides ScriptControl..::..OnPreRender(EventArgs).) | |
| Render |
Renders the control to the specified HTML writer.
(Overrides ScriptControl..::..Render(HtmlTextWriter).) |
Properties
| Name | Description | |
|---|---|---|
| BusyImageUrl |
Gets or sets the URL of the image displayed in the toolbar when the viewer is busy.
| |
| CloseImageUrl |
Gets or sets the URL of the image displayed on the toolbar button that closes the current file.
| |
| ContinuousDoublePageLayoutImageUrl |
Gets or sets the URL of the image displayed on the toolbar button that switches the viewer to page layout continuous double.
| |
| ContinuousPageLayoutImageUrl |
Gets or sets the URL of the image displayed on the toolbar button that switches the viewer to page layout continuous.
| |
| DoublePageLayoutImageUrl |
Gets or sets the URL of the image displayed on the toolbar button that switches the viewer to page layout double.
| |
| HoverButtonImageUrl |
Gets or sets URL of the image used to render the hover state of a toobar button.
| |
| NextImageUrl |
Gets or sets the URL of the image displayed on the toolbar button that navigates to the next page.
| |
| OpenImageUrl |
Gets or sets the URL of the image displayed on the toolbar button that shows the open file dialog.
| |
| PanImageUrl |
Gets or sets the URL of the image displayed on the toolbar button that switches the viewer to pan mode.
| |
| PdfViewerControlId |
Gets or sets the control ID of the PdfViewer this toolbar will interact with.
| |
| PreviousImageUrl |
Gets or sets the URL of the image displayed on the toolbar button that navigates to the previous page.
| |
| RotateClockwiseImageUrl |
Gets or sets the URL of the image displayed on the rotate clockwise button.
| |
| RotateCounterClockwiseImageUrl |
Gets or sets the URL of the image displayed on the rotate counter clockwise button.
| |
| SearchCancelImageUrl |
Gets or sets the URL of the image displayed on the search cancel button.
| |
| SearchImageUrl |
Gets or sets the URL of the image displayed on the search button.
| |
| SelectedButtonImageUrl |
Gets or sets the URL of the image used to render the selected state of a toolbar button.
| |
| ShowFileButtons |
Gets or sets a value indicating whether to show file buttons (open and close).
| |
| ShowSearchBox |
Gets or sets a value indicating whether to show the search box.
| |
| SinglePageLayoutImageUrl |
Gets or sets the URL of the image displayed on the toolbar button that switches the viewer to page layout single.
| |
| SpacerImageUrl |
Gets or sets the URL of the image used to render a spacer between button groups.
| |
| ToolbarBackgroundImageUrl |
Gets or sets the URL of the image used to render the toobar background.
| |
| Zoom1On1ImageUrl |
Gets or sets the URL of the image displayed on the zoom 1:1 toolbar button.
| |
| ZoomInImageUrl |
Gets or sets the URL of the image displayed on the toolbar button that switches the viewer to zoom-in mode.
| |
| ZoomOutImageUrl |
Gets or sets the URL of the image displayed on the toolbar button that switches the viewer to zoom-out mode.
| |
| ZoomToPageImageUrl |
Gets or sets the URL of the image displayed on the zoom-to-page toolbar button.
| |
| ZoomToWidthImageUrl |
Gets or sets the URL of the image displayed on the zoom-to-width toolbar button.
|