FontData Property (EmbeddedFont)
In This Topic
Gets an array of bytes containing the embedded font's data. This property can be null if the font was created during document generation, i.e. if the current object represents a font that was not loaded and currently exists in the system.
Syntax
'Declaration
Public ReadOnly Property FontData As Byte()
public byte[] FontData {get;}
See Also