CertificateSearchOptions
Contents
[
Hide
]
CertificateSearchOptions class
Represents search options for Certificate metadata signatures.
public class CertificateSearchOptions : SearchOptions
Constructors
Name | Description |
---|---|
CertificateSearchOptions() | Initializes a new instance of the TextSearchOptions class with default values. |
CertificateSearchOptions(string) | Initializes a new instance of the TextSearchOptions class with text value. |
Properties
Name | Description |
---|---|
AllPages { get; set; } | Flag to search on each Document page. By default this value is set to true. |
MatchType { get; set; } | Gets or sets text match type 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 |
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. |
Text { get; set; } | Specifies certificate property text to match on searching. |
Remarks
Learn more
- Advanced usage of settings of search for Metadata electronic signature with GroupDocs.Signature: Advanced search within Digital Certificate X509 documents
See Also
- class SearchOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature