DigitalSearchOptions
Leave feedback
On this page
Represents search options for Digital signatures.
public class DigitalSearchOptions : SearchOptions
| Name | Description |
|---|---|
| DigitalSearchOptions() | Initializes a new instance of the DigitalSearchOptions class with default values. |
| Name | Description |
|---|---|
| AllPages { get; set; } | Flag to search on each Document page. By default this value is set to true. |
| Comments { get; set; } | Comments of Digital signature to search. |
| IssuerName { get; set; } | For non empty values specifies distinguished name of the certificate issuer to search. |
| PageNumber { get; set; } | Gets or sets Document page number for searching. Value is optional. |
| PagesSetup { get; set; } | Options to specify pages for Signature searching. |
| ShapePosition { get; set; } | Flag to return specify shape position in the document layout. Avaliable only for Word documents |
| SignDateTimeFrom { get; set; } | Date and time range of Digital signature to search. Nullable value will be ignored. |
| SignDateTimeTo { get; set; } | Date and time range of Digital signature to search. Nullable value will be ignored. |
| SkipExternal { get; set; } | Flag to return only signatures marked as IsSignature. By default value is false that indicates to return all signatures that match specified criteria. |
| SubjectName { get; set; } | For non empty values specifies distinguished subject name of the certificate to search. |
Learn more
- Basic usage of search for Digital electronic signature by GroupDocs.Signature: How to eSearch Digital signatures in a document
- Advanced usage of settings of search for Digital electronic signature with GroupDocs.Signature: Advanced usage of eSearch Digital signatures in a document and additional settings
- class SearchOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature
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.