PdfFontClone Method

Creates a clone of this font in the specified document.

Definition

Namespace: EvoExcelToPdf
Assembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public PdfFont Clone(
	Document document
)

Parameters

document  Document
The cloned font document.

Return Value

PdfFont
The font object clone.

See Also