Class OpCode
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
Flags
The flags.
public readonly OpCodeFlags Flags
Field Value
Name
The name of the operator.
public readonly string Name
Field Value
OpCodeName
The enum value of the operator.
public readonly OpCodeName OpCodeName
Field Value
Operands
The number of operands. -1 indicates a variable number of operands.
public readonly int Operands
Field Value
Postscript
The postscript equivalent, or null if no such operation exists.
public readonly string? Postscript