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