Winnovative PDF Creator Library for .NET
Clone Method (document)
NamespacesWinnovative.PdfCreatorPdfFontClone(Document)
Winnovative PDF Creator Library for .NET
Creates a clone of this font in the specified document.
Declaration Syntax
C#Visual BasicVisual C++
public PdfFont Clone(
	Document document
)
Public Function Clone ( _
	document As Document _
) As PdfFont
public:
PdfFont^ Clone(
	Document^ document
)
Parameters
document (Document)
The cloned font document.
Return Value
The font object clone.

Assembly: Winnovative.PdfCreator (Module: Winnovative.PdfCreator) Version: 6.0.0.0 (6.0.0.0)