SearchOptions

SearchOptions class

Represents the extract signatures from document options.

public abstract class SearchOptions

Properties

Name Description
AllPages { get; set; } Flag to search on each Document page. By default this value is set to true.
PageNumber { get; set; } Gets or sets Document page number for searching. Value is optional.
PagesSetup { get; set; } Options to specify pages for Signature searching.
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

See Also