DeviceColorSpace Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents an abstract device color space.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    ColorSpace
      Apitron.PDF.Kit.FixedLayout.Resources.ColorSpaces.DeviceDeviceColorSpace
        Apitron.PDF.Kit.FixedLayout.Resources.ColorSpaces.DeviceCmykColorSpace
        Apitron.PDF.Kit.FixedLayout.Resources.ColorSpaces.DeviceGrayColorSpace
        Apitron.PDF.Kit.FixedLayout.Resources.ColorSpaces.DeviceRgbColorSpace

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources.ColorSpaces.Device
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public abstract class DeviceColorSpace : ColorSpace

The DeviceColorSpace type exposes the following members.

Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
See Also

Reference