GridPdfSettingsFontType Property |
This property describes the different types of font embedding: Link,
Embed and Subset.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic FontType FontType { get; set; }
Public Property FontType As FontType
Get
Set
public:
property FontType FontType {
FontType get ();
void set (FontType value);
}
member FontType : FontType with get, set
Property Value
Type:
FontType
See Also