PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / PageLayoutKindEnum Enumeration

In This Topic
    PageLayoutKindEnum Enumeration
    In This Topic
    Identifies the set of pages to which a page layout is applied in a C1PrintDocument.
    Syntax
    'Declaration
     
    Public Enum PageLayoutKindEnum 
       Inherits System.Enum
    public enum PageLayoutKindEnum : System.Enum 
    Members
    MemberDescription
    DefaultThe current page layout is the default for a document.
    EvenPagesThe current page layout is to be used for even pages of a document.
    FirstPageThe current page layout is to be used for the first page of a document.
    LastPageThe current page layout is to be used for the last page of a document.
    NoneThe current page layout is not a member of any document's PageLayouts collection.
    OddPagesThe current page layout is to be used for odd pages of a document.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.PageLayoutKindEnum

    See Also