PdfFontClone Method

Creates a clone of this font in the specified document.

Definition

Namespace: Winnovative.ExcelToPdf
Assembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_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