com.groupdocs.signature.options.search

Class SearchOptions

    • Constructor Detail

      • SearchOptions

        protected SearchOptions(int searchType)

        Initializes a new instance of the ExtractOptions class.

    • Method Detail

      • getAllPages

        public final boolean getAllPages()

        Flag to search on each Document page. By default this value is set to true.

      • getPageNumber

        public final Integer getPageNumber()

        Gets or sets Document page number for searching. Value is optional.

      • getPagesSetup

        public final PagesSetup getPagesSetup()

        Options to specify pages for Signature searching.

      • getSkipExternal

        public final boolean getSkipExternal()

        Flag to return only signatures marked as IsSignature. By default value is false that indicates to return all signatures that match specified criteria.

      • setAllPages

        public final void setAllPages(boolean value)

        Flag to search on each Document page. By default this value is set to true.

      • setPageNumber

        public final void setPageNumber(Integer value)

        Gets or sets Document page number for searching. Value is optional.

      • setPagesSetup

        public final void setPagesSetup(PagesSetup value)

        Options to specify pages for Signature searching.

      • setSkipExternal

        public final void setSkipExternal(boolean value)

        Flag to return only signatures marked as IsSignature. By default value is false that indicates to return all signatures that match specified criteria.

      • toString

        public String toString()

        Override string conversion.

        Overrides:
        toString in class Object
        Returns: