PdfViewerControl Class
In This Article
A control to display PDF files in Windows 10 applications, without the need to install any third-party software on end user machines.
Namespace: DevExpress.UI.Xaml.Controls
Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
[Bindable]
[TemplatePart(Name = "PART_PdfOverlay", Type = typeof(IPdfOverlayPanel))]
[TemplatePart(Name = "PART_SemanticZoomItemsContainer", Type = typeof(SemanticZoom))]
[ToolboxTabName("DX.21.2: Common Controls")]
public class PdfViewerControl :
ControlEx,
ISupportSaveLoadControlState
#Remarks
This control provides the UI for end-users to open, view, navigate and print PDF documents.
To load a PDF file in code, use either the PdfViewerControl.DocumentSource or PdfViewerControl.DocumentUri property.
#Inheritance
Object
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
DevExpress.UI.Xaml.Internal.ControlEx
PdfViewerControl
See Also