PageRoleEnum
PageRoleEnum enumeration constants are used to define the role of the page in the section.
typedef enum {
PR_AnyPage,
PT_FirstPage
} PageRoleEnum;
Elements
Name | Description |
---|---|
PR_AnyPage | Can be any page of the section. |
PR_FirstPage | Can be the first page of the section only. |
Samples
This object is used in the following code samples: Classification.
Used in
8/15/2023 1:19:30 PM