ComponentOne List for WinForms
C1.Win.C1List Namespace / PrintInfo.ActionFlags Enumeration

In This Topic
    PrintInfo.ActionFlags Enumeration
    In This Topic
    Specify allowed print options.
    Syntax
    'Declaration
     
    
    Public Enum PrintInfo.ActionFlags 
       Inherits System.Enum
    public enum PrintInfo.ActionFlags : System.Enum 
    Members
    MemberDescription
    ExportExport is allowed.
    MaskAllAll print/export operations are allowed.
    NoneNo print/export operations are allowed.
    PreviewPreview is allowed.
    PrintPrinting is allowed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1List.PrintInfo.ActionFlags

    See Also