Table of Contents

Class OpCode

Namespace
PdfSharp.Pdf.Content.Objects
Assembly
PdfSharp-gdi.dll

Represents a PDF content stream operator description.

public sealed class OpCode
Inheritance
OpCode
Inherited Members

Fields

Description

The description from Adobe PDF Reference.

public readonly string Description

Field Value

string

Flags

The flags.

public readonly OpCodeFlags Flags

Field Value

OpCodeFlags

Name

The name of the operator.

public readonly string Name

Field Value

string

OpCodeName

The enum value of the operator.

public readonly OpCodeName OpCodeName

Field Value

OpCodeName

Operands

The number of operands. -1 indicates a variable number of operands.

public readonly int Operands

Field Value

int

Postscript

The postscript equivalent, or null if no such operation exists.

public readonly string? Postscript

Field Value

string