|
PdfFontClone Method |
Creates a clone of this font in the specified pdf document.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public PdfFont Clone(
PdfDocument document
)
Public Function Clone (
document As PdfDocument
) As PdfFont
Parameters
- document
- Type: SelectPdfPdfDocument
The pdf document where the font is cloned.
Return Value
Type:
PdfFontThe font object clone.
See Also