[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.SetColor

Class SetColor

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

Base abstract class for operators defining color.

public abstract class SetColor : OperatorBase
Inheritance
SetColor
Derived
Inherited Members

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.