Click or drag to resize

PdfAFontException Constructor (String, PdfFontResource, String)

Initializes a new instance of the PdfAFontException class.

Namespace:  Atalasoft.PdfDoc.PdfA
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfAFontException(
	string message,
	PdfFontResource font,
	string globalName
)

Parameters

message
Type: SystemString
The message.
font
Type: Atalasoft.PdfDoc.Generating.ResourceHandling.FontsPdfFontResource
The PDF font resource.
globalName
Type: SystemString
The global name of PDF font resource.
See Also