Pdf |
The PdfViewer type exposes the following members.
| Name | Description | |
|---|---|---|
| CalcActualRect | Calculates the actual rectangle of the specified page in client coordinates | |
| ClearRenderBuffer | Clear internal render buffer for rerender pages in Progressive mode | |
| ClientToPage | Computes the location of the specified client point into page coordinates. | |
| CloseDocument | Close a loaded PDF document. | |
| DeselectText | Clear text selection | |
| Dispose |
Clean up any resources being used.
(Overrides ContainerControlDispose(Boolean)) | |
| DrawCurrentPageHighlight | Draws current page highlight | |
| DrawFillForms | Draw fill forms | |
| DrawFillFormsSelection(Graphics, ListRectangle) | Left for backward compatibility. Actually the fillforms selection is drawn in DrawFillFormsSelection(PdfBitmap, ListRectangle) method. | |
| DrawFillFormsSelection(PdfBitmap, ListRectangle) | Draws highlights inside a forms | |
| DrawLoadingIcon | Draw loading icon | |
| DrawPage | Draws page content and fillforms | |
| DrawPageBackColor | Draws page background | |
| DrawPageBorder | Draws page's border | |
| DrawPageSeparators | Draws pages separatoes. | |
| DrawRenderedPagesToDevice | Combine two buffers (rendered pages and forms) and draw them to graphics | |
| DrawTextHighlight(Graphics, ListHighlightInfo, Int32) | Left for backward compatibility. Actually the text highlight is drawn in DrawTextHighlight(PdfBitmap, ListHighlightInfo, Int32) method. | |
| DrawTextHighlight(PdfBitmap, ListHighlightInfo, Int32) | Draws text highlights | |
| DrawTextSelection(Graphics, SelectInfo, Int32) | Left for backward compatibility. Actually the text selection is drawn in DrawTextSelection(PdfBitmap, SelectInfo, Int32) method. | |
| DrawTextSelection(PdfBitmap, SelectInfo, Int32) | Draws text selection | |
| GetHighlightedRects | Get a collection of rectangles that represent the highlighted text on a specific page and in accordance with the specified HighlightInfo structure. | |
| GetSelectedRects(Int32) | Get a collection of rectangles that represent the selected text on a specified page. | |
| GetSelectedRects(Int32, SelectInfo) | Get a collection of rectangles that represent the selected text on a specific page and in accordance with the specified SelectInfo structure. | |
| HighlightSelectedText | Highlight selected text on the page by specified color | |
| HighlightText(Int32, HighlightInfo) | Highlight text on the page | |
| HighlightText(Int32, Int32, Int32, Color) | Highlight text on the page | |
| HighlightText(Int32, Int32, Int32, Color, FS_RECTF) | Highlight text on the page | |
| HilightSelectedText | Obsolete. Highlight selected text on the page by specified color | |
| InternalSetCursor | Sets the cursor that is displayed when the mouse pointer is over the control. | |
| IsInputKey |
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
(Overrides ControlIsInputKey(Keys)) | |
| LoadDocument(Byte, String) | Loads the PDF document from the specified byte array. | |
| LoadDocument(Stream, String) | Loads the PDF document from the specified stream. | |
| LoadDocument(String, String) | Open and load a PDF document from a file. | |
| OnAfterDocumentChanged | Raises the AfterDocumentChanged event. | |
| OnAfterLinkClicked | Raises the AfterLinkClicked event. | |
| OnBeforeDocumentChanged | Raises the BeforeDocumentChanged event. | |
| OnBeforeLinkClicked | Raises the BeforeLinkClicked event. | |
| OnCurrentPageChanged | Raises the CurrentPageChanged event. | |
| OnCurrentPageHighlightColorChanged | Raises the CurrentPageHighlightColorChanged event. | |
| OnDocumentClosed | Raises the DocumentClosed event. | |
| OnDocumentClosing | Raises the DocumentClosing event. | |
| OnDocumentLoaded | Raises the DocumentLoaded event. | |
| OnFormHighlightColorChanged | Raises the FormHighlightColorChanged event. | |
| OnFormsAppBeep | Called by the engine when it is required to play the sound | |
| OnFormsBlendModeChanged | Raises the FormsBlendModeChanged event. | |
| OnFormsDoGotoAction | Called by the engine when it is required to execute a GoTo action | |
| OnFormsDoNamedAction | Called by the engine when it is required to execute a named action | |
| OnFormsGotoPage | Called by the engine when it is required to execute GoTo operation | |
| OnFormsInvalidate | Called by the engine when it is required to redraw the page | |
| OnFormsOutputSelectedRect | Called by the engine when it is required to draw selected regions in FillForms | |
| OnFormsSetCursor | Called by the engine when it is required to change the cursor | |
| OnHighlightedTextChanged | Raises the HighlightedTextChanged event. | |
| OnKeyUp |
Raises the System.Windows.Forms.Control.KeyUp event.
(Overrides ControlOnKeyUp(KeyEventArgs)) | |
| OnLoadingIconTextChanged | Raises the LoadingIconTextChanged event. | |
| OnMouseDoubleClick |
Raises the System.Windows.Forms.Control.MouseDoubleClick event.
(Overrides ControlOnMouseDoubleClick(MouseEventArgs)) | |
| OnMouseDown |
Raises the System.Windows.Forms.Control.MouseDown event.
(Overrides UserControlOnMouseDown(MouseEventArgs)) | |
| OnMouseModeChanged | Raises the MouseModeChanged event. | |
| OnMouseMove |
Raises the System.Windows.Forms.Control.MouseMove event.
(Overrides ControlOnMouseMove(MouseEventArgs)) | |
| OnMouseUp |
Raises the System.Windows.Forms.Control.MouseUp event.
(Overrides ControlOnMouseUp(MouseEventArgs)) | |
| OnMouseWheel |
Raises the System.Windows.Forms.Control.MouseWheel event.
(Overrides ScrollableControlOnMouseWheel(MouseEventArgs)) | |
| OnPageAlignChanged | Raises the PageAlignChanged event. | |
| OnPageBackColorChanged | Raises the PageBackColorChanged event. | |
| OnPageBorderColorChanged | Raises the PageBorderColorChanged event. | |
| OnPageMarginChanged | Raises the PageMarginChanged event. | |
| OnPageSeparatorColorChanged | Raises the PageSeparatorColorChanged event. | |
| OnPaint |
Raises the System.Windows.Forms.Control.Paint event.
(Overrides ControlOnPaint(PaintEventArgs)) | |
| OnPreviewKeyDown |
Raises the System.Windows.Forms.Control.PreviewKeyDown event.
(Overrides ControlOnPreviewKeyDown(PreviewKeyDownEventArgs)) | |
| OnRenderFlagsChanged | Raises the RenderFlagsChanged event. | |
| OnResize |
Raises the Resize event
(Overrides UserControlOnResize(EventArgs)) | |
| OnScroll |
Raises the System.Windows.Forms.ScrollableControl.Scroll event
(Overrides ScrollableControlOnScroll(ScrollEventArgs)) | |
| OnSelectionChanged | Raises the SelectionChanged event. | |
| OnShowCurrentPageHighlightChanged | Raises the ShowCurrentPageHighlightChanged event. | |
| OnShowLoadingIconChanged | Raises the ShowLoadingIconChanged event. | |
| OnShowPageSeparatorChanged | Raises the ShowPageSeparatorChanged event. | |
| OnSizeModeChanged | Raises the SizeModeChanged event. | |
| OnTextSelectColorChanged | Raises the TextSelectColorChanged event. | |
| OnTilesCountChanged | Raises the TilesCountChanged event. | |
| OnUseProgressiveRenderChanged | Raises the UseProgressiveRenderChanged event. | |
| OnViewModeChanged | Raises the ViewModeChanged event. | |
| OnZoomChanged | Raises the ZoomChanged event. | |
| PageToClient | Computes the location of the specified page point into client coordinates. | |
| PointInPage | Determines if the specified point is contained within Pdf page. | |
| ProcessAction | Process the PdfAction | |
| ProcessDestination | Process the PdfDestination. | |
| RegenerateAnnots | Create an appearance stream for annotations which do not have this one. | |
| RemoveHighlightFromSelectedText | Removes highlight from selected text | |
| RemoveHighlightFromText | Removes highlight from the text | |
| RemoveHighlightFromText(Int32, Int32, Int32) | Removes highlight from the text | |
| RemoveHilightFromSelectedText | Obsolete. Removes highlight from selected text | |
| RotatePage | Rotates the specified page to the specified angle. | |
| ScrollToChar(Int32) | Scrolls the control view to the specified character on the current page | |
| ScrollToChar(Int32, Int32) | Scrolls the control view to the specified character on the specified page | |
| ScrollToPage | Scrolls the control view to the specified page. | |
| ScrollToPoint | Scrolls the control view to the specified point on the specified page | |
| SelectText(SelectInfo) | Selects the text contained in specified pages. | |
| SelectText(Int32, Int32, Int32, Int32) | Selects the text contained in specified pages. | |
| UpdateLayout | Ensures that all sizes and positions of pages of a PdfViewer control are properly updated for layout. |