PdfFontClone Method
Creates a clone of this font in the specified document.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public PdfFont Clone(
Document document
)
Public Function Clone (
document As Document
) As PdfFont
public:
PdfFont^ Clone(
Document^ document
)
member Clone :
document : Document -> PdfFont
- document Document
- The cloned font document.
PdfFontThe font object clone.