public abstract class SearchOptions extends Object
Represents the Extract Signatures from Document Options.
| Constructor and Description |
|---|
SearchOptions()
Initializes a new instance of the ExtractOptions class.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDocumentPageNumber()
Gets or sets Document page number for searching.
|
PagesSetup |
getPagesSetup()
Options to specify pages for Signature searching.
|
boolean |
getSearchAllPages()
Flag to search on each Document page.
|
protected com.aspose.ms.System.Collections.Generic.List<Integer> |
getSearchPages(int totalPages)
Virtual method to get list of pages for Signature extraction.
|
void |
setDocumentPageNumber(Integer value)
Gets or sets Document page number for searching.
|
void |
setPagesSetup(PagesSetup value)
Options to specify pages for Signature searching.
|
void |
setSearchAllPages(boolean value)
Flag to search on each Document page.
|
String |
toString()
Override string conversion.
|
public SearchOptions()
Initializes a new instance of the ExtractOptions class.
public Integer getDocumentPageNumber()
Gets or sets Document page number for searching. Value is optional
public PagesSetup getPagesSetup()
Options to specify pages for Signature searching.
public boolean getSearchAllPages()
Flag to search on each Document page.
protected com.aspose.ms.System.Collections.Generic.List<Integer> getSearchPages(int totalPages)
Virtual method to get list of pages for Signature extraction.
totalPages - Total count of pagespublic void setDocumentPageNumber(Integer value)
Gets or sets Document page number for searching. Value is optional
public void setPagesSetup(PagesSetup value)
Options to specify pages for Signature searching.
public void setSearchAllPages(boolean value)
Flag to search on each Document page.
Copyright © 2018. All rights reserved.