Click or drag to resize
IFontDescriptorFontData Property
Gets a byte array representing a font program to be embedded in a document.

Namespace: Kettic.AspNet.Controls.Toolkit.Apoc.Layout
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
byte[] FontData { get; }

Property Value

Type: Byte
Remarks
If IsEmbeddable is false it is acceptable for this method to return null.
See Also