DigitalSearchOptions
Contents
[
Hide
]
DigitalSearchOptions class
Represents search options for Digital signatures.
public class DigitalSearchOptions : SearchOptions
Constructors
Name | Description |
---|---|
DigitalSearchOptions() | Initializes a new instance of the DigitalSearchOptions class with default values. |
Properties
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. |
Remarks
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
See Also
- class SearchOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature