public class SearchDigitalOptions extends SearchOptions
Represents base options for Digital Signatures Search
| Constructor and Description |
|---|
SearchDigitalOptions()
Initializes a new instance of the DigitalSearchOptions class with default values.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDocumentPageNumber()
Value is not supported for Digital Signatures search.
|
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)
Value is not supported for Digital Signatures search.
|
getPagesSetup, getSearchAllPages, setPagesSetup, setSearchAllPages, toStringpublic SearchDigitalOptions()
Initializes a new instance of the DigitalSearchOptions class with default values.
public Integer getDocumentPageNumber()
Value is not supported for Digital Signatures search.
getDocumentPageNumber in class SearchOptionsprotected com.aspose.ms.System.Collections.Generic.List<Integer> getSearchPages(int totalPages)
Virtual method to get list of pages for Signature extraction.
getSearchPages in class SearchOptionstotalPages - Total count of pagespublic void setDocumentPageNumber(Integer value)
Value is not supported for Digital Signatures search.
setDocumentPageNumber in class SearchOptionsCopyright © 2018. All rights reserved.