PagesSetup
Leave feedback
On this page
Represents the setup for pages.
public class PagesSetup
| Name | Description |
|---|---|
| PagesSetup() | Initializes a new instance of the PagesSetup class. |
| PagesSetup(bool, bool, bool, bool, bool, List<int>, int?) | Initializes a new instance of the PagesSetup class with specified parameters. |
| Name | Description |
|---|---|
| AllPages { get; set; } | Gets or sets a value indicating whether to include all pages. |
| EvenPages { get; set; } | Gets or sets a value indicating whether to include even pages. |
| FirstPage { get; set; } | Gets or sets a value indicating whether to include the first page. |
| LastPage { get; set; } | Gets or sets a value indicating whether to include the last page. |
| OddPages { get; set; } | Gets or sets a value indicating whether to include odd pages. |
| PageNumber { get; set; } | Gets or sets the page number when considering only specified pages. |
| Pages { get; set; } | Gets or sets the list of specific page numbers to include. |
| Specified { get; } | Gets a value indicating whether any specific pages are specified. |
- namespace GroupDocs.Watermark.Watermarks
- assembly GroupDocs.Watermark
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.