public abstract 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 |
---|---|
protected com.aspose.ms.System.Collections.Generic.List<Integer> |
getSearchPages(int totalPages)
Virtual method to get list of pages for Signature extraction.
|
getDocumentPageNumber, getPagesSetup, getSearchAllPages, getSearchType, setDocumentPageNumber, setPagesSetup, setSearchAllPages, toString
public SearchDigitalOptions()
Initializes a new instance of the DigitalSearchOptions class with default values.
protected com.aspose.ms.System.Collections.Generic.List<Integer> getSearchPages(int totalPages)
Virtual method to get list of pages for Signature extraction.
getSearchPages
in class SearchOptions
totalPages
- Total count of pagesCopyright © 2019. All rights reserved.