VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfFontCharacterCollection Class / PdfFontCharacterCollection Constructor(PdfFont,UInt64[])
Syntax Requirements SeeAlso
In This Topic
    PdfFontCharacterCollection Constructor(PdfFont,UInt64[])
    In This Topic
    Initializes a new instance of the PdfFontCharacterCollection class.
    Syntax
    'Declaration
    
    <CLSCompliantAttribute(False)>
    Public Function New( _
    ByVal font
    A PDF font.
    As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
    ByVal symbolContentCodes
    The symbol content codes.
    () As ULong _
    )
    [CLSCompliant(False)]
    public PdfFontCharacterCollection(
    Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont font,
    ulong[] symbolContentCodes
    )
    [CLSCompliant(False)]
    public: PdfFontCharacterCollection(
    Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* font,
    ulong[]* symbolContentCodes
    )
    [CLSCompliant(False)]
    public:
    PdfFontCharacterCollection(
    Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^ font,
    array<ulong>^ symbolContentCodes
    )

    Parameters

    font
    A PDF font.
    symbolContentCodes
    The symbol content codes.
    Requirements

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

    See Also