VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfFontManager Class / GetCMapResource(String) Method
Syntax Requirements SeeAlso
In This Topic
    GetCMapResource(String) Method (PdfFontManager)
    In This Topic
    Returns the CMap resource stream by its predefined name.
    Syntax
    'Declaration
    
    Public Overridable Function GetCMapResource( _
    ByVal cMapName
    Predefined name of the CMap.
    As System.String _
    ) As System.IO.Stream
    public virtual System.IO.Stream GetCMapResource(
    System.String cMapName
    )
    public: virtual System.IO.Stream* GetCMapResource(
    System.String cMapName
    )
    public:
    virtual System.IO.Stream^ GetCMapResource(
    System.String cMapName
    )

    Parameters

    cMapName
    Predefined name of the CMap.

    Return Value

    The System.IO.Stream that contains the CMap resource if it is found successfully; otherwise, null.
    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