[]
Identifies the set of pages to which a page layout is applied in a C1PrintDocument.
public enum PageLayoutKindEnum
| 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. |