Represents a PDF content stream operator description.
Inheritance Hierarchy
PdfEdit.Pdf.Content.ObjectsOpCode
Namespace: PdfEdit.Pdf.Content.Objects
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
The OpCode type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | Description |
The description from Adobe PDF Reference.
|
![]() | Flags |
The flags.
|
![]() | Name |
The name of the operator.
|
![]() | OpCodeName |
The enum value of the operator.
|
![]() | Operands |
The number of operands. -1 indicates a variable number of operands.
|
![]() | Postscript |
The postscript equivalent, or null, if no such operation exists.
|
See Also