Click or drag to resize

Separation Class

Separation contains a memory buffer and CMYK components' information about rasterized separations used in PDFDraw::GetSeparationBitmaps and PDFRasterizer::RasterizeSeparations
Inheritance Hierarchy
SystemObject
  pdftron.PDFSeparation

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class Separation : IClosable

The Separation type exposes the following members.

Constructors
Methods
  NameDescription
Public methodC
Gets Cyan component value in CMYK
Public methodClose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetData
Gets data buffer
Public methodGetDataSize
operator=
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSeparationName
Gets separation's name
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodK
Gets Black component value in CMYK
Public methodM
Gets Magenta component value in CMYK
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodY
Gets Yellow component value in CMYK
Top
Remarks
This class is available on all platforms supported by PDFNet.
See Also