[]
        
(Showing Draft Content)

C1.C1Preview.PageLayoutKindEnum

PageLayoutKindEnum Enum

Identifies the set of pages to which a page layout is applied in a C1PrintDocument.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public enum PageLayoutKindEnum

Fields

Name Description
Default

The current page layout is the default for a document.

EvenPages

The current page layout is to be used for even pages of a document.

FirstPage

The current page layout is to be used for the first page of a document.

LastPage

The current page layout is to be used for the last page of a document.

None

The current page layout is not a member of any document's PageLayouts collection.

OddPages

The current page layout is to be used for odd pages of a document.