Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / PrintStyle Class / PreviewImage Property

In This Topic
    PreviewImage Property (PrintStyle)
    In This Topic
    Gets or sets the System.Drawing.Image object, representing a small preview of the style which can be used for displaying style information in UI..
    Syntax
    'Declaration
     
    Public Property PreviewImage As System.Drawing.Image
    public System.Drawing.Image PreviewImage {get; set;}
    See Also