|  | 
| PdfFontClone Method  | 
 
            Creates a clone of this font in the specified pdf document.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic PdfFont Clone(
	PdfDocument document
)
Public Function Clone ( 
	document As PdfDocument
) As PdfFont
Parameters
- document
- Type: SelectPdfPdfDocument
 The pdf document where the font is cloned.
Return Value
Type: 
PdfFontThe font object clone.
 See Also
See Also