1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for Python via .NET
  4. /
  5. groupdocs.signature.options
  6. /
  7. SearchOptions class

SearchOptions class

SearchOptions class

Represents the extract signatures from document options.

The SearchOptions type exposes the following members:

Properties

Property Description
page_number Gets or sets Document page number for searching.
Value is optional.
pages_setup Options to specify pages for Signature searching.
all_pages Flag to search on each Document page. By default this value is set to true.
skip_external Flag to return only signatures marked as IsSignature. By default value is false that indicates to return all signatures that match specified criteria.
shape_position Flag to return specify shape position in the document layout. Avaliable only for Word documents

Remarks

Learn more | | | |

See Also