Click or drag to resize

PdfFontEmbeddingPolicyExceptionToThrow Property

Gets or sets the exception to throw when action is set to PdfFontEmbeddingAction.ThrowException.

Namespace:  Atalasoft.PdfDoc.Generating.ResourceHandling.Fonts
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Exception ExceptionToThrow { get; set; }

Property Value

Type: Exception
The exception to throw. This property is intended for client code that wants to control what kind of exception should be thrown when a font can't be embedded.
See Also