'Declaration Public Function Add( _ ByVal type As EmbeddedFontType, _ ByVal dataType As FontDataType, _ ByVal data() As System.Byte _ ) As EmbeddedFont
public EmbeddedFont Add( EmbeddedFontType type, FontDataType dataType, System.byte[] data )
Parameters
- type
- The type of the embedded font.
- dataType
- The embedded font data type.
- data
- The embedded font binary data.
Return Value
The newly created embedded font.