SearchOptions Class
Represents the extract signatures from document options.
Inheritance Hierarchy
SystemObject
  GroupDocs.Signature.OptionsSearchOptions
    More...

Namespace: GroupDocs.Signature.Options
Assembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.8.0.0 (22.8)
Syntax
public abstract class SearchOptions

The SearchOptions type exposes the following members.

Constructors
  NameDescription
Protected methodSearchOptions
Initializes a new instance of the ExtractOptions class.
Properties
  NameDescription
Public propertyAllPages
Flag to search on each Document page. By default this value is set to true.
Public propertyPageNumber
Gets or sets Document page number for searching. Value is optional.
Public propertyPagesSetup
Options to specify pages for Signature searching.
Public propertySkipExternal
Flag to return only signatures marked as IsSignature. By default value is false that indicates to return all signatures that match specified criteria.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Remarks
Learn more
  • See more simple examples on searching for various electronic signatures with GroupDocs.Signature:
  • See more advanced examples of searching for various electronic signature with GroupDocs.Signature: Advanced electronic signatures search
See Also
Inheritance Hierarchy