RadPdfViewer
Represents a PDF viewer control that provides functionality for displaying, interacting with, and manipulating PDF documents in a WPF application. This class inherits from FixedDocumentViewerBase and includes features such as key bindings for navigation, document source management, and signature validation properties.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
[TelerikToolboxCategory("Documents")]
public class RadPdfViewer : FixedDocumentViewerBase, IFixedDocumentViewer
Inheritance: objectFixedDocumentViewerBaseRadPdfViewer
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadPdfViewer class.
public RadPdfViewer()
Fields
DocumentSourceProperty
DependencyProperty
Identifies Telerik.Windows.Controls.RadPdfViewer.DocumentSource property.
public static readonly DependencyProperty DocumentSourceProperty
Properties
A PdfDocumentSource instance representing a PDF file.
[TypeConverter(typeof(PdfDocumentSourceConverter))]
public override FixedDocumentStreamSource DocumentSource { get; set; }
Overrides:
Gets or sets the key bindings.
public KeyBindingCollection KeyBindings { get; }
The key bindings.
SignatureValidationProperties
SignatureValidationProperties
Gets or sets the signature validation properties.
public SignatureValidationProperties SignatureValidationProperties { get; set; }
The signature validation properties.
Methods
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.
public void InvalidatePageUI(RadFixedPage page)
The page whose UI will be invalidated.
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides:
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.