ImageColorHistogramSearchCriteria
ImageColorHistogramSearchCriteria(string)
Initializes a new instance of the ImageColorHistogramSearchCriteria
class with a specified file path.
public ImageColorHistogramSearchCriteria(string filePath)
Parameter | Type | Description |
---|---|---|
filePath | String | The file path to load image from. |
See Also
- class ImageColorHistogramSearchCriteria
- namespace GroupDocs.Watermark.Search.SearchCriteria
- assembly GroupDocs.Watermark
ImageColorHistogramSearchCriteria(Stream)
Initializes a new instance of the ImageColorHistogramSearchCriteria
class with a specified stream.
public ImageColorHistogramSearchCriteria(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream to load image from. |
See Also
- class ImageColorHistogramSearchCriteria
- namespace GroupDocs.Watermark.Search.SearchCriteria
- assembly GroupDocs.Watermark