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