ImageGear .NET - Updated
ImGearPDEColorSpace Class
Members 




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDEColorSpace Class
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

Reference

ImGearPDEColorSpace Members
ImageGear.Formats.PDF Namespace