IFontDescriptorFontData Property |
Gets a byte array representing a font program to be embedded
in a document.
Namespace: Kettic.AspNet.Controls.Toolkit.Apoc.LayoutAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
SyntaxReadOnly Property FontData As Byte()
Get
property array<unsigned char>^ FontData {
array<unsigned char>^ get ();
}
abstract FontData : byte[] with get
Property Value
Type:
Byte
Remarks
If
IsEmbeddable is
false it is acceptable
for this method to return null.
See Also