[]
        
(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)
Public Function Add(type As EmbeddedFontType, dataType As FontDataType, data As Byte()) As EmbeddedFont
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.