Skip to content

PDFSeparationInfo

Namespace: O2S.Components.PDF4NET

Defines the separation information for a PDF page.

public class PDFSeparationInfo

Inheritance ObjectPDFSeparationInfo

Constructors

PDFSeparationInfo()

Initializes a new PDFSeparationInfo object.

public PDFSeparationInfo()

Properties

ColorSpace

Gets or sets the base colorspace for this separation object.

public PDFColorSpace ColorSpace { get; set; }

Property Value

PDFColorSpace
A PDFColorSpace object specifying the colorspace used by this separation.


DeviceColorant

Gets the name of the device colorant used in rendering this separation.

public string DeviceColorant { get; set; }

Property Value

String
A string value representing the name of the device colorant used in rendering this separation.


Pages

Gets or sets the list of pages included in the same separation group.

public Int32[] Pages { get; set; }

Property Value

Int32[]
An array of integer values representing the numbers of the pages included in the separation.