PdfFontClone Method

Creates a clone of this font in the specified document.

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public PdfFont Clone(
	Document document
)

Parameters

document  Document
The cloned font document.

Return Value

PdfFont
The font object clone.

See Also