ClassRadPdfViewer
Represents a control for visualization of PDF documents.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.PdfViewer.dll
Syntax:
public class RadPdfViewer : FixedDocumentViewerBase, IFixedDocumentViewer
Inheritance: objectRadControlFixedDocumentViewerBaseRadPdfViewer
Implements:
Inherited Members
Constructors
RadPdfViewer()
Initializes a new instance of the RadPdfViewer class.
Declaration
public RadPdfViewer()
Fields
DocumentSourceProperty
Identifies DocumentSource property.
Declaration
public static readonly DependencyProperty DocumentSourceProperty
Field Value
DependencyProperty
Properties
DocumentSource
A PdfDocumentSource instance representing a PDF file.
Declaration
public override FixedDocumentStreamSource DocumentSource { get; set; }
Property Value
Overrides
KeyBindings
Gets or sets the key bindings.
Declaration
public KeyBindingCollection KeyBindings { get; }
Property Value
The key bindings.
SignatureValidationProperties
Gets or sets the signature validation properties.
Declaration
public SignatureValidationProperties SignatureValidationProperties { get; set; }
Property Value
SignatureValidationProperties
The signature validation properties.
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
Save(Stream)
Saves the current PDF file in the stream. This method preserves changes made while viewing the PDF file. For instance, such changes may occur while editing interactive forms.