VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Fonts Namespace / PdfFont Class / CreateCopy Methods / CreateCopy(PdfDocument) Method
Syntax Requirements SeeAlso
In This Topic
    CreateCopy(PdfDocument) Method (PdfFont)
    In This Topic
    Creates copy of this font instance into the specified document.
    Syntax
    'Declaration
    
    Public Overloads Function CreateCopy( _
    ByVal destDocument
    The destination document, where font copy must be created.
    As Vintasoft.Imaging.Pdf.PdfDocument _
    ) As PdfFont

    Parameters

    destDocument
    The destination document, where font copy must be created.

    Return Value

    Copy of this font instance.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also