[]
Base abstract class for operators defining color space.
public abstract class SetColorSpace : OperatorBase
The color space name.
public readonly PdfName ColorSpaceName
Determines whether the provided operator is the same as the current operator.
public override bool IsSame(OperatorBase other)
other
OperatorBaseA OperatorBase object.
true if the provided operator is the same as the current operator; otherwise, false.