PixMap ColorSpaceType Property. The ColorSpace for this image. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Read Only Description
[C#] ColorSpaceType

[Visual Basic]
ColorSpaceType
 n/a  Yes The ColorSpace for this image.

 

   

Notes
 

The ColorSpaceType for this image.

Referencing this property has a number of advantages over referencing the PixMap.ColorSpace.ColorSpaceType property.

Firstly it avoids the possibility that a new ColorSpace object will need to be created.

Secondly it takes account of the fact that certain types of PixMap (e.g. ImageMasks) do not have a ColorSpace. In these cases the ColorSpaceType is implicit in the definition of the PixMap and needs to be inferred by the PixMap itself.

 

   

Example
 

None.