Click or drag to resize
Pdf Library for .NET

PdfFontClone Method

Creates a clone of this font in the specified pdf document.

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public PdfFont Clone(
	PdfDocument document
)

Parameters

document  PdfDocument
The pdf document where the font is cloned.

Return Value

PdfFont
The font object clone.
See Also