TextFormattingSearchCriteriaFontName Property |
Gets or sets the name of the font which is used in possible watermark text formatting.
Namespace: GroupDocs.Watermark.Search.SearchCriteriaAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic string FontName { get; set; }
Public Property FontName As String
Get
Set
public:
property String^ FontName {
String^ get ();
void set (String^ value);
}
member FontName : string with get, set
Property Value
Type:
StringThe default value is null, which means that the filter is not applied.
See Also