[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.SetColorSpace

Class SetColorSpace

Namespace
GrapeCity.Documents.Pdf.Operators
Assembly
GcDocs.Pdf.dll

Base abstract class for operators defining color space.

public abstract class SetColorSpace : OperatorBase
Inheritance
object
SetColorSpace
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Fields

ColorSpaceName

The color space name.

public readonly PdfName ColorSpaceName

Field Value

PdfName

Methods

IsSame(OperatorBase)

Determines whether the provided operator is the same as the current operator.

public override bool IsSame(OperatorBase other)

Parameters

other OperatorBase

A OperatorBase object.

Returns

bool

true if the provided operator is the same as the current operator; otherwise, false.