PagesSetup
Contents
[
Hide
]
PagesSetup class
Represents the setup for pages.
public class PagesSetup
Constructors
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. |
Properties
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 index of the page 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. |
See Also
- namespace GroupDocs.Watermark.Watermarks
- assembly GroupDocs.Watermark