TextFormattingSearchCriteriaForegroundColorRange Property |
Gets or sets the range of colors which are used to filter watermarks by text foreground color.
Namespace: GroupDocs.Watermark.Search.SearchCriteriaAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic ColorRange ForegroundColorRange { get; set; }
Public Property ForegroundColorRange As ColorRange
Get
Set
public:
property ColorRange^ ForegroundColorRange {
ColorRange^ get ();
void set (ColorRange^ value);
}
member ForegroundColorRange : ColorRange with get, set
Property Value
Type:
ColorRangeThe range of colors which are used to filter watermarks by text foreground color.
See Also