Click or drag to resize

PdfFontCollectionAdd Method

Adds the font to the PdfFontCollection.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public string Add(
	PdfFont font,
	string tagName = null
)

Parameters

font  PdfFont
The PdfFont to add to the PdfFontCollection.
tagName  String  (Optional)
An optional tag name under which the font will be added to the collection. Four characters max.

Return Value

String
The tag name under which the font was actually added to the collection.
See Also