ImageSearchOptions Class |
Namespace: GroupDocs.Signature.Options
The ImageSearchOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | ImageSearchOptions |
Initializes a new instance of the ImageSearchOptions class with default values.
|
Name | Description | |
---|---|---|
![]() | AllPages |
Flag to search on each Document page. By default this value is set to true.
(Inherited from SearchOptions.) |
![]() | MaxContentSize |
For non zero value this flag specifies maximum size of images for search criteria.
By default this flag is set to zero and does not affect search result.
|
![]() | MinContentSize |
For non zero value this flag specifies minimal size of images for search criteria.
By default this flag is set to zero and does not affect search result.
|
![]() | PageNumber |
Gets or sets Document page number for searching.
Value is optional.
(Inherited from SearchOptions.) |
![]() | PagesSetup |
Options to specify pages for Signature searching.
(Inherited from SearchOptions.) |
![]() | ReturnContent |
Gets or sets flag to grab image content of signature on document page.
If this flag is set true, image signature content will keep raw image data by required format ReturnContentType.
By default this option is disabled.
|
![]() | ReturnContentType |
Specifies file type of returned content of the image signature when ReturnContent property is enabled.
By default it set to Null. That means to return image content in original format.
This image format is specified at Format
Possible supported values are: FileType.JPEG, FileType.PNG, FileType.BMP.
If provided format is not supported than image content in original format will be returned.
|
![]() | SkipExternal |
Flag to return only signatures marked as IsSignature. By default value is false that indicates to return all signatures that match specified criteria.
(Inherited from SearchOptions.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |