PDFSeparationInfo¶
Namespace: O2S.Components.PDF4NET
Defines the separation information for a PDF page.
Inheritance Object → PDFSeparationInfo
Constructors¶
PDFSeparationInfo()¶
Initializes a new PDFSeparationInfo object.
Properties¶
ColorSpace¶
Gets or sets the base colorspace for this separation object.
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.
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.
Property Value
Int32[]
An array of integer values representing the numbers
of the pages included in the separation.