PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview Namespace / C1PreviewToolsIntegrator Class / AvailablePreviewActions Property

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