PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class
Members

In This Topic
    C1PreviewPane Class
    In This Topic
    Represents the barebones control showing the preview of the associated document. To add functionality, other C1Preview components can be connected to this control.
    Object Model
    C1PreviewPane Class
    Syntax
    'Declaration
     
    Public Class C1PreviewPane 
       Inherits System.Windows.Forms.Panel
    public class C1PreviewPane : System.Windows.Forms.Panel 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.ScrollableControl
                   System.Windows.Forms.Panel
                      C1.Win.C1Preview.C1PreviewPane

    See Also