ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEColorSpace Class
Members




In This Topic
    ImGearPDEColorSpace Class
    In This Topic
    Represents a color space used on a page in a PDF file.
    Object Model
    ImGearPDEColorSpace ClassImGearPDFAtom ClassImGearPDFAtom Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ImGearPDEColorSpace 
       Inherits ImGearPDEObject
    'Usage
     
    Dim instance As ImGearPDEColorSpace
    public sealed class ImGearPDEColorSpace : ImGearPDEObject 
    public __gc __sealed class ImGearPDEColorSpace : public ImGearPDEObject 
    public ref class ImGearPDEColorSpace sealed : public ImGearPDEObject 
    Remarks
    The color space is a part of the graphics state attributes of a PDE Element.
    Notice that BaseColorComponents, BaseName and HiVal are only relevant for indexed color spaces. An exception will be thrown when trying to access these properties on a non-indexed color space.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.PDF.ImGearPDFObject
          ImageGear.Formats.PDF.ImGearPDEObject
             ImageGear.Formats.PDF.ImGearPDEColorSpace

    See Also