PdfTransparencyGroup.ColorSpace Property

Gets or sets the color space of this group.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfColorSpace ColorSpace { get; set; }
VB
Public Property ColorSpace As PdfColorSpace
	Get
	Set

Property Value

Type: PdfColorSpace
The color space of this group. Can be null.

Remarks

The group color space is used for the following purposes:

    When the color space is null, the group will inherit the color space from the parent group or page into which this transparency group is painted.

    Default value: null.

    See Also