Click or drag to resize

PdfFontClone Method

Creates a clone of this font in the specified document.

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

Parameters

document  Document
The cloned font document.

Return Value

PdfFont
The font object clone.
See Also