RemoveOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.merger.domain.options.PageOptions
All Implemented Interfaces: com.groupdocs.merger.domain.options.interfaces.IRemoveOptions
public class RemoveOptions extends PageOptions implements IRemoveOptions
Provides options for the page removing.
| Constructor | Description |
|---|---|
| RemoveOptions() | Initializes a new instance of the RemoveOptions class. |
| RemoveOptions(int[] pageNumbers) | Initializes a new instance of the RemoveOptions class. |
| RemoveOptions(int startNumber, int endNumber) | Initializes a new instance of the RemoveOptions class. |
| RemoveOptions(int startNumber, int endNumber, int mode) | Initializes a new instance of the RemoveOptions class. |
public RemoveOptions()
Initializes a new instance of the RemoveOptions class.
public RemoveOptions(int[] pageNumbers)
Initializes a new instance of the RemoveOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| pageNumbers | int[] | Page numbers. |
public RemoveOptions(int startNumber, int endNumber)
Initializes a new instance of the RemoveOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| startNumber | int | The start page number. |
| endNumber | int | The end page number. |
public RemoveOptions(int startNumber, int endNumber, int mode)
Initializes a new instance of the RemoveOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| startNumber | int | The start page number. |
| endNumber | int | The end page number. |
| mode | int | The range mode. |
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.