PageFontList.Add

Writes the PDF name for the Font to the page and adds it to the pages resource list if it has not previously been added.

public void Add(Resource font, PageWriter writer)
Sub Add(font As Resource, writer As PageWriter)

Parameters

font
Resource

Font to add to the page.

writer
PageWriter

The writer for the current page.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

PageFontList
ceTe.DynamicPDF.IO

In this topic