Class RadPdfViewer
Represents a control for visualization of PDF documents.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
[TelerikToolboxCategory("Documents")]
public class RadPdfViewer : FixedDocumentViewerBase, IFixedDocumentViewer
Constructors
RadPdfViewer()
Fields
CommandsProperty
Identifies Telerik.Windows.Controls.RadPdfViewer.Commands property.
Declaration
[Obsolete("Use CommandDescriptorsProperty property instead.")]
public static readonly DependencyProperty CommandsProperty
Field Value
System.Windows.DependencyProperty
|
DocumentSourceProperty
Identifies Telerik.Windows.Controls.RadPdfViewer.DocumentSource property.
Declaration
public static readonly DependencyProperty DocumentSourceProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Commands
Gets or sets the commands.
Declaration
[Obsolete("Use CommandDescriptors property instead.")]
public FixedDocumentViewerCommands Commands { get; set; }
Property Value
FixedDocumentViewerCommands
The commands. |
DocumentSource
A PdfDocumentSource instance representing a PDF file.
Declaration
public override FixedDocumentStreamSource DocumentSource { get; set; }
Property Value
FixedDocumentStreamSource
|
Overrides
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
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
|