Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PrintPreviewDialog Class / AvailablePreviewActions Property

In This Topic
    AvailablePreviewActions Property (C1PrintPreviewDialog)
    In This Topic
    Gets or sets flags indicating which tools should be available in the preview.
    Syntax
    'Declaration
     
    Public Property AvailablePreviewActions As C1PreviewActionFlags
    public C1PreviewActionFlags AvailablePreviewActions {get; set;}
    See Also