C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / PageLayoutKindEnum Enumeration

PageLayoutKindEnum Enumeration
Identifies the set of pages to which a page layout is applied in a C1PrintDocument.
Syntax
'Declaration
 
Public Enum PageLayoutKindEnum 
   Inherits 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