Class RadPdfViewer
Displays PDF documents. Works with Rad
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadPdfViewer : RadLayout
Constructors
RadPdfViewer()
Declaration
public RadPdfViewer()
Fields
BackgroundColorProperty
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Microsoft.
|
BusyIndicatorTemplateProperty
Declaration
public static readonly BindableProperty BusyIndicatorTemplateProperty
Field Value
Microsoft.
|
CloseSearchViewCommandProperty
Declaration
public static readonly BindableProperty CloseSearchViewCommandProperty
Field Value
Microsoft.
|
DocumentProperty
Declaration
public static readonly BindableProperty DocumentProperty
Field Value
Microsoft.
|
DoubleTappedCommandProperty
Declaration
public static readonly BindableProperty DoubleTappedCommandProperty
Field Value
Microsoft.
|
FitToWidthCommandProperty
Declaration
public static readonly BindableProperty FitToWidthCommandProperty
Field Value
Microsoft.
|
LayoutModeProperty
Declaration
public static readonly BindableProperty LayoutModeProperty
Field Value
Microsoft.
|
MaxZoomLevelProperty
Declaration
public static readonly BindableProperty MaxZoomLevelProperty
Field Value
Microsoft.
|
MinZoomLevelProperty
Declaration
public static readonly BindableProperty MinZoomLevelProperty
Field Value
Microsoft.
|
NavigateToNextPageCommandProperty
NavigateToNextSearchResultCommandProperty
NavigateToPageCommandProperty
NavigateToPreviousPageCommandProperty
NavigateToPreviousSearchResultCommandProperty
OpenSearchViewCommandProperty
Declaration
public static readonly BindableProperty OpenSearchViewCommandProperty
Field Value
Microsoft.
|
PageSpacingProperty
Declaration
public static readonly BindableProperty PageSpacingProperty
Field Value
Microsoft.
|
SearchSettingsProperty
Declaration
public static readonly BindableProperty SearchSettingsProperty
Field Value
Microsoft.
|
SelectionSettingsProperty
Declaration
public static readonly BindableProperty SelectionSettingsProperty
Field Value
Microsoft.
|
SourceExceptionTemplateProperty
Declaration
public static readonly BindableProperty SourceExceptionTemplateProperty
Field Value
Microsoft.
|
SourceProperty
Declaration
public static readonly BindableProperty SourceProperty
Field Value
Microsoft.
|
ToggleLayoutModeCommandProperty
Declaration
public static readonly BindableProperty ToggleLayoutModeCommandProperty
Field Value
Microsoft.
|
ViewportProperty
Declaration
public static readonly BindableProperty ViewportProperty
Field Value
Microsoft.
|
VisiblePagesCountProperty
Declaration
public static readonly BindableProperty VisiblePagesCountProperty
Field Value
Microsoft.
|
VisiblePagesStartIndexProperty
Declaration
public static readonly BindableProperty VisiblePagesStartIndexProperty
Field Value
Microsoft.
|
ZoomInCommandProperty
Declaration
public static readonly BindableProperty ZoomInCommandProperty
Field Value
Microsoft.
|
ZoomLevelProperty
Declaration
public static readonly BindableProperty ZoomLevelProperty
Field Value
Microsoft.
|
ZoomOutCommandProperty
Declaration
public static readonly BindableProperty ZoomOutCommandProperty
Field Value
Microsoft.
|
Properties
BackgroundColor
Declaration
public Color BackgroundColor { get; set; }
Property Value
Microsoft.
|
BusyIndicatorTemplate
Declaration
public DataTemplate BusyIndicatorTemplate { get; set; }
Property Value
Microsoft.
|
CloseSearchViewCommand
Gets or sets the System.
Declaration
public ICommand CloseSearchViewCommand { get; set; }
Property Value
System.
|
Document
Declaration
public RadFixedDocument Document { get; }
Property Value
Telerik.
|
DoubleTappedCommand
Declaration
public ICommand DoubleTappedCommand { get; set; }
Property Value
System.
|
EnableHardwareAcceleration
Declaration
public bool EnableHardwareAcceleration { get; set; }
Property Value
System.
|
FitToWidthCommand
Declaration
public ICommand FitToWidthCommand { get; set; }
Property Value
System.
|
LayoutMode
MaxZoomLevel
Declaration
public double MaxZoomLevel { get; set; }
Property Value
System.
|
MinZoomLevel
Declaration
public double MinZoomLevel { get; set; }
Property Value
System.
|
NavigateToNextPageCommand
NavigateToNextSearchResultCommand
NavigateToPageCommand
NavigateToPreviousPageCommand
NavigateToPreviousSearchResultCommand
OpenSearchViewCommand
Declaration
public ICommand OpenSearchViewCommand { get; set; }
Property Value
System.
|
PageSpacing
Declaration
public double PageSpacing { get; set; }
Property Value
System.
|
SearchContentView
Declaration
public PdfViewerSearchContentView SearchContentView { get; }
Property Value
SearchSettings
Declaration
public PdfViewerSearchSettings SearchSettings { get; set; }
Property Value
SelectionSettings
Declaration
public PdfViewerSelectionSettings SelectionSettings { get; set; }
Property Value
Source
SourceExceptionTemplate
Declaration
public DataTemplate SourceExceptionTemplate { get; set; }
Property Value
Microsoft.
|
ToggleLayoutModeCommand
Declaration
public ICommand ToggleLayoutModeCommand { get; set; }
Property Value
System.
|
Viewport
Declaration
public Rect Viewport { get; }
Property Value
Microsoft.
|
VisiblePagesCount
Declaration
public int VisiblePagesCount { get; }
Property Value
System.
|
VisiblePagesStartIndex
Declaration
public int VisiblePagesStartIndex { get; }
Property Value
System.
|
ZoomInCommand
Declaration
public ICommand ZoomInCommand { get; set; }
Property Value
System.
|
ZoomLevel
Declaration
public double ZoomLevel { get; }
Property Value
System.
|
ZoomOutCommand
Declaration
public ICommand ZoomOutCommand { get; set; }
Property Value
System.
|
Methods
ChangeViewport(Rect)
Changes the Viewport property to the desired value.
Declaration
public void ChangeViewport(Rect viewport)
Parameters
Microsoft. The new value of the Viewport property. |
NavigateToPage(Int32)
OnChildAdded(Element)
Declaration
protected override void OnChildAdded(Element child)
Parameters
Microsoft.
|
OnChildRemoved(Element, Int32)
Declaration
protected override void OnChildRemoved(Element child, int oldLogicalIndex)
Parameters
Microsoft.
|
System.
|
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.
|
ScrollIntoView(Rect)
Scrolls the control, so that the Microsoft.
Declaration
public void ScrollIntoView(Rect rect)
Parameters
Microsoft. The Microsoft. |
ScrollIntoView(TextRange)
Scrolls the control, so that the Telerik.
Declaration
public void ScrollIntoView(TextRange range)
Parameters
Telerik. The Telerik. |
ZoomToLevel(Double)
Declaration
public void ZoomToLevel(double zoomLevel)
Parameters
System.
|
Events
LinkAnnotationTapped
Declaration
public event EventHandler<LinkAnnotationTappedEventArgs> LinkAnnotationTapped
Event Type
System.
|
PageElementsLoaded
An event that is raised after the model elements of a page were loaded. Use this event to alter the page content before it is rendered. This event is raised on a background thread.
Declaration
public event EventHandler<PageElementsLoadedEventArgs> PageElementsLoaded
Event Type
System.
|
SourceException
Declaration
public event EventHandler<SourceExceptionEventArgs> SourceException
Event Type
System.
|
SourcePasswordNeeded
An event that is raised during document import if a password is needed. This event may be raised on a non-UI thread. The password can be provided in the event args.
Declaration
public event EventHandler<PasswordNeededEventArgs> SourcePasswordNeeded
Event Type
System.
|