Creates a clone of this font in the specified document.
Namespace:
ExpertPdf.HtmlToPdf.PdfDocument
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public PdfFont Clone(
Document document
)
Public Function Clone (
document As Document
) As PdfFont
Parameters
- document
- Type: ExpertPdf.HtmlToPdf.PdfDocumentDocument
The cloned font document.
Return Value
Type:
PdfFontThe font object clone.
See Also