Identifies the set of pages to which a page layout is applied in a C1PrintDocument.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public enum PageLayoutKindEnum |
Visual Basic |
---|
Public Enumeration PageLayoutKindEnum |
Members
Member name | Description | |
---|---|---|
None | The current page layout is not a member of any document's PageLayouts collection. | |
Default | The current page layout is the default for 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. | |
EvenPages | The current page layout is to be used for even pages of a document. | |
OddPages | The current page layout is to be used for odd pages of a document. |