Creates a clone of this font in the specified document.
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic PdfFont Clone(
Document document
)
Public Function Clone (
document As Document
) As PdfFont
Parameters
- document Document
- The cloned font document.
Return Value
PdfFontThe font object clone.
See Also