Click or drag to resize

FontEventArgs Constructor

Initializes a new instance of the FontEventArgs class

Namespace:  Atalasoft.PdfDoc.Generating.Rendering
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public FontEventArgs(
	PdfFontResource resource,
	string globalName
)

Parameters

resource
Type: Atalasoft.PdfDoc.Generating.ResourceHandling.FontsPdfFontResource
globalName
Type: SystemString
See Also