[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.EmbeddedFontCollection.Add

Add Method

Add(EmbeddedFontType, FontDataType, byte[])

Adds a new embedded font to this collection.

Declaration
public EmbeddedFont Add(EmbeddedFontType type, FontDataType dataType, byte[] data)
Parameters
Type Name Description
EmbeddedFontType type

The type of the embedded font.

FontDataType dataType

The embedded font data type.

byte[] data

The embedded font binary data.

Returns
Type Description
EmbeddedFont

The newly created embedded font.