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