skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadPdfViewer

Represents a control for visualization of PDF documents.

Inheritance
System.Object
FixedDocumentViewerBase
RadPdfViewer
Inherited Members
FixedDocumentViewerBase.ScaleModeProperty
FixedDocumentViewerBase.DocumentProperty
FixedDocumentViewerBase.CommandDescriptorsProperty
FixedDocumentViewerBase.ScaleFactorProperty
FixedDocumentViewerBase.ModeProperty
FixedDocumentViewerBase.CurrentPageNumberProperty
FixedDocumentViewerBase.SelectionFillProperty
FixedDocumentViewerBase.OnDocumentChangedOverride(RadFixedDocument, RadFixedDocument)
FixedDocumentViewerBase.SetRotationAngle(RotationAngle)
FixedDocumentViewerBase.RegisterPresenter(String, IFixedDocumentPresenter)
FixedDocumentViewerBase.GetRegisteredPresenter(String)
FixedDocumentViewerBase.HasRegisteredPresenter(String)
FixedDocumentViewerBase.SetDocumentSource(FixedDocumentStreamSource)
FixedDocumentViewerBase.OnApplyTemplate()
FixedDocumentViewerBase.Copy()
FixedDocumentViewerBase.Select(TextPosition, TextPosition)
FixedDocumentViewerBase.Select(TextRange)
FixedDocumentViewerBase.GetSelectedText()
FixedDocumentViewerBase.GetSelectedTextAsync()
FixedDocumentViewerBase.Find(String)
FixedDocumentViewerBase.Find(String, TextSearchOptions)
FixedDocumentViewerBase.FindAll(String)
FixedDocumentViewerBase.FindAll(String, TextSearchOptions)
FixedDocumentViewerBase.FindPrevious(String)
FixedDocumentViewerBase.FindPrevious(String, TextSearchOptions)
FixedDocumentViewerBase.FitToWidth()
FixedDocumentViewerBase.FitToPage()
FixedDocumentViewerBase.Print()
FixedDocumentViewerBase.Print(PrintSettings)
FixedDocumentViewerBase.Print(PrintDialog, PrintSettings)
FixedDocumentViewerBase.GoToPage(Int32)
FixedDocumentViewerBase.PageUp()
FixedDocumentViewerBase.PageDown()
FixedDocumentViewerBase.GoToDestination(Destination, Boolean)
FixedDocumentViewerBase.ScrollToHorizontalOffset(Double)
FixedDocumentViewerBase.ScrollToVerticalOffset(Double)
FixedDocumentViewerBase.UpdatePresenterLayout()
FixedDocumentViewerBase.ClearDocument()
FixedDocumentViewerBase.ScaleMode
FixedDocumentViewerBase.RotationAngle
FixedDocumentViewerBase.FixedDocumentPresenter
FixedDocumentViewerBase.SelectionFill
FixedDocumentViewerBase.CommandDescriptors
FixedDocumentViewerBase.Cursors
FixedDocumentViewerBase.HorizontalScrollBar
FixedDocumentViewerBase.VerticalScrollBar
FixedDocumentViewerBase.CanHorizontallyScroll
FixedDocumentViewerBase.CanVerticallyScroll
FixedDocumentViewerBase.HorizontalScrollOffset
FixedDocumentViewerBase.VerticalScrollOffset
FixedDocumentViewerBase.Mode
FixedDocumentViewerBase.Document
FixedDocumentViewerBase.Settings
FixedDocumentViewerBase.DefaultImportSettings
FixedDocumentViewerBase.CurrentPage
FixedDocumentViewerBase.ScaleFactor
FixedDocumentViewerBase.CurrentPageNumber
FixedDocumentViewerBase.PagesCount
FixedDocumentViewerBase.ModeChanged
FixedDocumentViewerBase.ScaleModeChanged
FixedDocumentViewerBase.FixedDocumentPresenterChanged
FixedDocumentViewerBase.DocumentChanged
FixedDocumentViewerBase.CurrentPageChanged
FixedDocumentViewerBase.AnnotationClicked
FixedDocumentViewerBase.ScaleFactorChanged
FixedDocumentViewerBase.HyperlinkClicked
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax

[TelerikToolboxCategory("Documents")]
public class RadPdfViewer : FixedDocumentViewerBase, IFixedDocumentViewer

Constructors

RadPdfViewer()

Initializes a new instance of the RadPdfViewer class.

Declaration
public RadPdfViewer()

Fields

DocumentSourceProperty

Identifies Telerik.Windows.Controls.RadPdfViewer.DocumentSource property.

Declaration
public static readonly DependencyProperty DocumentSourceProperty
Field Value
System.Windows.DependencyProperty

Properties

DocumentSource

A PdfDocumentSource instance representing a PDF file.

Declaration
public override FixedDocumentStreamSource DocumentSource { get; set; }
Property Value
FixedDocumentStreamSource

Overrides
FixedDocumentViewerBase.DocumentSource

KeyBindings

Gets or sets the key bindings.

Declaration
public KeyBindingCollection KeyBindings { get; }
Property Value
KeyBindingCollection

The key bindings.

SignatureValidationProperties

Gets or sets the signature validation properties.

Declaration
public SignatureValidationProperties SignatureValidationProperties { get; set; }
Property Value
Telerik.Windows.Documents.Fixed.Model.DigitalSignatures.SignatureValidationProperties

The signature validation properties.

Methods

InvalidatePageUI(RadFixedPage)

The method invalidates the page UI. This will trigger re-render of the page content on the next layout pass. The method can be used when the document is imported with the PdfProcessing model.

Declaration
public void InvalidatePageUI(RadFixedPage page)
Parameters
Telerik.Windows.Documents.Fixed.Model.RadFixedPage page

The page whose UI will be invalidated.

OnCreateAutomationPeer()

Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer

The type-specific System.Windows.Automation.Peers.AutomationPeer implementation.

OnInitialized(EventArgs)

Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.

Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs e

The System.Windows.RoutedEventArgs that contains the event data.

Overrides
FixedDocumentViewerBase.OnInitialized(EventArgs)

Save(Stream)

Saves the current PDF file in a stream. This method preserves changes made while viewing the PDF file. For instance, such changes may occur while editing interactive forms.

Declaration
public void Save(Stream stream)
Parameters
System.IO.Stream stream

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.