public class ExtractOptions extends PageOptions implements IExtractOptions
Provides options to extract the document pages.
| Constructor and 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. |
pagesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPagespublic ExtractOptions()
Initializes a new instance of the ExtractOptions class.
public ExtractOptions(int[] pageNumbers)
Initializes a new instance of the ExtractOptions class.
pageNumbers - Page numbers.public ExtractOptions(int startNumber,
int endNumber)
throws Exception
Initializes a new instance of the ExtractOptions class.
startNumber - The start page number.endNumber - The end page number.Exceptionpublic ExtractOptions(int startNumber,
int endNumber,
int mode)
throws Exception
Initializes a new instance of the ExtractOptions class.
startNumber - The start page number.endNumber - The end page number.mode - The range mode.ExceptionCopyright © 2024. All rights reserved.