VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.ColorSpaces Namespace / PdfColorSpaceDictionary Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfColorSpaceDictionary Class
    In This Topic
    A dictionary that maps each resource name to either the name of a device-dependent color space or an array describing a color space.
    Object Model
    PdfColorSpace PdfDocument PdfIndirectReference PdfBasicObject PdfColorSpaceDictionary
    Syntax
    'Declaration
    
    <DefaultMemberAttribute("Item")>
    Public Class PdfColorSpaceDictionary
       Inherits Vintasoft.Imaging.Pdf.Tree.PdfNamedDictionary(Of T)
    
    
    [DefaultMember("Item")]
    public class PdfColorSpaceDictionary : Vintasoft.Imaging.Pdf.Tree.PdfNamedDictionary<T>
    
    
    [DefaultMember("Item")]
    public __gc class PdfColorSpaceDictionary : public Vintasoft.Imaging.Pdf.Tree.PdfNamedDictionary<T*>*
    
    
    [DefaultMember("Item")]
    public ref class PdfColorSpaceDictionary : public Vintasoft.Imaging.Pdf.Tree.PdfNamedDictionary<T^>^
    
    
    Inheritance Hierarchy
    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