Click or drag to resize

PdfFontEmbeddingPolicy Constructor (PdfFontEmbeddingAction)

Constructs a new instance of the PdfFontEmbeddingPolicy class.

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 PdfFontEmbeddingPolicy(
	PdfFontEmbeddingAction action
)

Parameters

action
Type: Atalasoft.PdfDoc.Generating.ResourceHandling.FontsPdfFontEmbeddingAction
The action to take on a font embedding request.
Examples
PdfFontEmbeddingPolicy policy = new PdfFontEmbeddingPolicy(PdfFontEmbeddingAction.Embed); // embed always
See Also