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: 23.1
Syntax
public PdfFont Clone(
	PdfDocument document
)

Parameters

document
Type: SelectPdfPdfDocument
The pdf document where the font is cloned.

Return Value

Type: PdfFont
The font object clone.
See Also