MetadataSearchOptions
Leave feedback
On this page
Represents search options for Metadata signatures.
public class MetadataSearchOptions : SearchOptions
| Name | Description |
|---|---|
| MetadataSearchOptions() | Initializes a new instance of the MetadataSearchOptions class with default values. |
| Name | Description |
|---|---|
| AllPages { get; set; } | Flag to search on each Document page. By default this value is set to true. |
| DataEncryption { get; set; } | Gets or sets implementation of IDataEncryption interface to decrypt all Metadata signatures withing this options collection. If this value is set all found signatures will use this encryption by default or its own DataEncryption if it was assigned. |
| IncludeBuiltinProperties { get; set; } | Indicates if Built-in document properties like Document statistic, information etc should be included into Search result. This flag has sense for Presentation, Spreadsheet and Word Processing document file types. |
| Name { get; set; } | Specifies Metadata Signature name if it should be searched and matched. |
| NameMatchType { get; set; } | Gets or sets Metadata name Match Type search. It is used only when Name property is set. |
| 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. |
Learn more
- Basic usage of search for Metadata electronic signature by GroupDocs.Signature: How to eSearch Metadata signatures in a document
- Advanced usage of settings of search for Metadata electronic signature with GroupDocs.Signature: Advanced usage of eSearch Metadata 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.