Accusoft.PdfXpress6.Net
ImageColorSpace Enumeration




Option values which determine the color space of the image data (or the palette data if the image data color space is Palette).
Syntax
'Declaration
 
Public Enum ImageColorSpace 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ImageColorSpace
__value public enum ImageColorSpace : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
public enum class ImageColorSpace : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
BgrRGB image data in little-endian order.
BgrZeroRGB image data in little-endian order with a trailing channel (which is ignored).
CmykCMYK image data.
GrayGrayscale or Bitonal image data.
KymcCMYK image data in little-endian order.
PaletteImage data uses a separate palette.
RgbRGB image data.
RgbZeroRGB image data with a trailing channel (which is ignored).
ZeroBgrRGB image data in little-endian order with a leading channel (which is ignored).
ZeroRgbRGB image data with a leading channel (which is ignored).
Remarks
Use the ColorSpace and PaletteColorSpace properties to get and set these options within the ImageDataInfo object.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.PdfXpressSdk.ImageColorSpace

See Also

Reference

Accusoft.PdfXpressSdk Namespace
ColorSpace Property
ImageDataInfo Class
PaletteColorSpace Property

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback