VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.ColorSpaces Namespace / PdfIccProfileResource Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfIccProfileResource Class
    In This Topic
    A resource that contains the ICC profile.
    Object Model
    PdfMetadataResource PdfMarkedContentProperty PdfDocument PdfIndirectReference PdfBasicObject PdfIccProfileResource
    Syntax
    'Declaration
    
    Public Class PdfIccProfileResource
       Inherits Vintasoft.Imaging.Pdf.Tree.PdfResource
    
    
    public class PdfIccProfileResource : Vintasoft.Imaging.Pdf.Tree.PdfResource
    
    
    public __gc class PdfIccProfileResource : public Vintasoft.Imaging.Pdf.Tree.PdfResource*
    
    
    public ref class PdfIccProfileResource : public Vintasoft.Imaging.Pdf.Tree.PdfResource^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
          Vintasoft.Imaging.Pdf.Tree.PdfResource
             Vintasoft.Imaging.Pdf.Tree.ColorSpaces.PdfIccProfileResource

    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