Telerik.Maui.Controls.PdfViewer
Represents a document source that loads PDF documents from a byte array.
Converts a value to a boolean indicating whether it is a non-null RadFixedDocument.
Represents an abstract base class for document sources that can be used to load PDF documents in a RadPdfViewer.
Represents a PDF document source that loads documents from a file path.
Represents a document source that provides a RadFixedDocument directly.
Defines the layout modes for PDF viewer display.
Arguments for the PageElementsLoaded event.
ICommand which closes the PdfViewerSearchContentView.
Represents an abstract base class for commands that can be executed on a RadPdfViewer control.
A command that executes the default behavior of copy-selection in the PdfViewer, which is to put the selected text in the clipboard of the current platform and clear the selection unless mouse interaction is detected.
A menu item that executes the default PdfViewerCopySelectionCommand.
Represents a command that handles double-tap gestures in the PDF viewer. This command toggles between fit-to-width and magnified zoom levels when the user double-taps on the PDF document.
Represents a command that fits the PDF document to the width of the viewer. This command adjusts the zoom level so that the entire width of the document page is visible.
Represents a command that fits the current page to the width of the PDF viewer.
Represents a button item which executes the PdfViewerFitDocumentToWidthCommand in the RadPdfViewer control.
Represents a command that navigates to the next page in the PDF document. This command advances the viewer to the subsequent page if available.
Represents a button item which executes the PdfViewerNavigateToNextPageCommand in the RadPdfViewer control.
Represents a button item which navigates to the next search result in the RadPdfViewer control.
Visual representation of a button which navigates to the next search result in RadToolbar control.
Represents a command that navigates to a specific page in the PDF document by page index. This command allows direct navigation to any page within the document bounds.
Represents a toolbar item that provides navigation to a specific page in a PDF document.
Represents a toolbar item view that allows navigation to a specific page in a PDF viewer.
Represents a command for navigating to the previous page in a PDF viewer.
Represents a button item which executes the PdfViewerNavigateToPreviousPageCommand in the RadPdfViewer control.
Represents a button item, which navigates to the previous search result in the RadPdfViewer control.
Visual representation of a button which navigates to the previous search result in RadToolbar control.
Represents a busy indicator item in RadPdfViewerToolbar.
Visual representation of a search busy indicator in the RadPdfViewerToolbar control.
Represents the default content of a search popup in RadPdfViewer.
A structure containing information about the search operation.
Represents a entry item to input search terms in RadPdfViewer.
Visual representation of a search entry in the RadPdfViewerToolbar control.
Represents a button item which activates the search functionality in RadPdfViewer. It will create a default set of ToolbarItems within the currently displayed RadPdfViewerToolbar.
Represents an object which configures the search functionality in RadPdfViewer.
A view used to display information about the current state of the search operation and search results. This view may be displayed when searching is in progress, when search finishes, when there are no search results, when the search results change, and when the main result changes. For finer control over the text in the view and its show duration please use the method.
Defines an information structure for the PdfViewerSearchToast.
Represents a button item which activates the search functionality in RadPdfViewer. It will create a popup, containing PdfViewerSearchContentView.
Defines when a search operation should be performed.
Represents the context that is passed as a parameter to a selection-related commands like PdfViewerCopySelectionCommand.
Represents a menu which is displayed when a selection is performed within RadPdfViewer.
An enumeration that denotes the position and direction of the SelectionMenu arrow.
Represents a button toolbar item in PdfViewerSelectionMenuToolbar.
Visual representation of a PdfViewerSelectionMenuButtonToolbarItem in the PdfViewerSelectionMenuToolbar control.
Represents an descriptor for the items in PdfViewerSelectionMenu.
Represents an ObservableItemCollection<T> of PdfViewerSelectionMenuItem objects.
Represents a toolbar, containing button items, which is displayed when a selectoin is performed in RadPdfViewer.
Defines the available settings for the selection operation in RadPdfViewer.
An object that contains information about the search results that are to be displayed in the RadPdfViewer.
Performs async text search in a RadFixedDocument. The results will be displayed by the RadPdfViewer in the order they are provided.
Command implementation used to toggle between ContinuousScroll and SinglePage layout mode.
Represents a button in the RadPdfViewerToolbar, which toggles the LayoutMode property between SinglePage and ContinuousScroll values.
Represents a command for zooming in on a PDF viewer.
Represents a button item which executes the PdfViewerZoomInCommand in the RadPdfViewer control.
Represents a command for zooming out in a PDF viewer.
Represents a button item which executes the PdfViewerZoomOutCommand in the RadPdfViewer control.
Provides a customizable toolbar for the RadPdfViewer component. The toolbar exposes all actions supported by the PdfViewer via a collection of highly customizable toolbar items. The toolbar items can be styled, arranged and organized in different configurations according to the needs of the application.
Provides data for source exception events.
Represents a PDF document source that loads documents from a stream.
Represents a document source that loads PDF documents from a Uri.