WinUI | ComponentOne
C1.WinUI.Viewer Assembly / C1.WinUI.Viewer Namespace / FlexViewerTool Enumeration
In This Topic
    FlexViewerTool Enumeration
    In This Topic
    Describes the supported tool panels for the FlexViewer control.
    Syntax
    public enum FlexViewerTool : System.Enum 
    Members
    MemberDescription
    CustomTool1A custom tool panel #1.
    CustomTool2A custom tool panel #2.
    CustomTool3A custom tool panel #3.
    CustomTool4A custom tool panel #4.
    CustomTool5A custom tool panel #5.
    ExportThe export panel.
    NoneNo tool panels.
    OutlinesThe Outlines panel.
    PageSettingsThe page settings panel.
    ParametersReport parameters.
    PrintPrint the document.
    ThumbnailsThe Thumbnails panel.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WinUI.Viewer.FlexViewerTool

    See Also