Click or drag to resize
PdfFontClone Method
Creates a clone of this font in the specified document.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public PdfFont Clone(
	Document document
)

Parameters

document
Type: ExpertPdf.HtmlToPdf.PdfDocumentDocument
The cloned font document.

Return Value

Type: PdfFont
The font object clone.
See Also