The PdfViewer type exposes the following members.

Constructors

  NameDescription
Public methodPdfViewer
Initializes a new instance of the PdfViewer class.

Methods

  NameDescription
Protected methodAddAttributesToRender
Adds HTML attributes and styles that need to be rendered to the specified HtmlTextWriterTag.
(Overrides WebControl..::..AddAttributesToRender(HtmlTextWriter).)
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 [E:PreRender] event.
(Overrides ScriptControl..::..OnPreRender(EventArgs).)
Protected methodRender
Outputs the markup for this control.
(Overrides ScriptControl..::..Render(HtmlTextWriter).)

Properties

  NameDescription
Public propertyHorisontalSpacing
Gets or sets the horisontal space (in points) between 2 pages.
Public propertyPageIndex
Gets or sets the index of the page to display.
Public propertyPageLayout
Gets or sets the initial page layout.
Public propertySearchResultCssClass
Gets or sets the CSS class applied to the rectangle that highlights search results.
Public propertySearchServiceUrl
Gets or sets the URL for the service that handles full text searching.
Public propertyServiceUrl
Gets or sets the URL for the PDF rendering service.
Public propertyStorageKey
Gets or sets the unique key for the document.
Public propertyVerticalSpacing
Gets or sets the vertical space (in points) between 2 pages.
Public propertyZoomFactor
Gets or sets the initial zoom factor.
Public propertyZoomMode
Gets or sets the initial zoom mode

See Also