PdfFontClone Method

Creates a clone of this font in the specified document.

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public PdfFont Clone(
	Document document
)

Parameters

document  Document
The cloned font document.

Return Value

PdfFont
The font object clone.

See Also