PDFsharp-net6

OpCode

Namespace: PdfSharp.Pdf.Content.Objects

Represents a PDF content stream operator description.

public sealed class OpCode

Inheritance ObjectOpCode

Fields

Name

The name of the operator.

public string Name;

OpCodeName

The enum value of the operator.

public OpCodeName OpCodeName;

Operands

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

public int Operands;

Flags

The flags.

public OpCodeFlags Flags;

Postscript

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

public string Postscript;

Description

The description from Adobe PDF Reference.

public string Description;