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.Pdf (in Select.Pdf.dll) Version: 20.2
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