Table of Contents

Property ColorSpace

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

ColorSpace

Gets or sets the color space of this group.

public PdfColorSpace? ColorSpace { get; set; }

Property Value

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.