[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.OperatorBase

OperatorBase Class

Base abstract class representing PDF operator.

Namespace: GrapeCity.Documents.Pdf.Operators
Assembly: DS.Documents.Pdf.dll
Syntax
public abstract class OperatorBase
Public MustInherit Class OperatorBase

Constructors

Name Description
OperatorBase()

Properties

Name Description
Desc

Gets the operator's description.

Name

Gets the operator's PDF name.

Methods

Name Description
IsSame(OperatorBase)

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

IsSame(OperatorBase, OperatorBase)

Determines whether the specified OperatorBase instances are considered same, if both v1 and v2 are null, the method returns true.