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

In This Topic
    PrintInfo.FillEmptyEnum Enumeration
    In This Topic
    Specifies how empty space left on a printed page is handled (filled or otherwise).
    Syntax
    'Declaration
     
    
    Public Enum PrintInfo.FillEmptyEnum 
       Inherits System.Enum
    public enum PrintInfo.FillEmptyEnum : System.Enum 
    Members
    MemberDescription
    ExtendAllAll columns are extended proportionally to fill the page.
    ExtendLastRightmost column on the page is extended to fill the empty space.
    NoneEmpty space on the right of the page is left as is.
    Inheritance Hierarchy

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

    See Also