ActionForceEmailFormatTargetHtmlFont Property |
Defines the target font for Html after conversion
Namespace:
ER.Shared.Settings.Actions
Assembly:
ER.Shared.Settings.2 (in ER.Shared.Settings.2.dll) Version: 10.0.1
Syntaxpublic Font TargetHtmlFont { get; set; }
Public Property TargetHtmlFont As Font
Get
Set
public:
property Font^ TargetHtmlFont {
Font^ get ();
void set (Font^ value);
}
member TargetHtmlFont : Font with get, set
Property Value
Type:
Font
See Also