Creates a clone of this font in the specified document.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public PdfFont Clone( Document document ) |
| Visual Basic |
|---|
Public Function Clone ( document As Document ) As PdfFont |
| Visual C++ |
|---|
public: PdfFont^ Clone( Document^ document ) |
Parameters
- document
- Type: EvoPdf..::..Document
The cloned font document.
Return Value
Type: PdfFontThe font object clone.