combit List & Label 30 - .NET Help
combit.Reporting.Wpf Namespace / ListLabelViewerControl Class
Members


ListLabelViewerControl Class

This control can be used to display preview file contents in WPF applications.

Object Model
ListLabelViewerControl Class
Syntax
'Declaration
 
Public Class ListLabelViewerControl 
   Inherits System.Windows.Controls.UserControl
 
Remarks

Please always call Dispose() explicitly for the control to release used resources. For WPF-Window objects, the Closed event is suitable for this.

Please note that the WPF viewer relies on the existence of the XPS Document Writer printer driver on the target system. If the driver is not available, documents cannot be displayed.
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.ContentControl
                        System.Windows.Controls.UserControl
                           combit.Reporting.Wpf.ListLabelViewerControl

Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also