PdfSharp-GDI
1.31.7289
|
Represents an operator a PDF content stream. More...
Public Member Functions | |
new COperator | Clone () |
Creates a new object that is a copy of the current instance. More... | |
override string | ToString () |
Returns a string that represents the current operator. More... | |
![]() | |
CObject | Clone () |
Creates a new object that is a copy of the current instance. More... | |
Protected Member Functions | |
COperator () | |
Initializes a new instance of the COperator class. More... | |
override CObject | Copy () |
Implements the copy mechanism of this class. More... | |
![]() | |
CObject () | |
Initializes a new instance of the CObject class. More... | |
Properties | |
virtual string | Name [get] |
Gets or sets the name of the operator More... | |
CSequence | Operands [get] |
Gets or sets the operands. More... | |
OpCode | OpCode [get] |
Gets the operator description for this instance. More... | |
Represents an operator a PDF content stream.
|
protected |
Initializes a new instance of the COperator class.
new COperator PdfSharp.Pdf.Content.Objects.COperator.Clone | ( | ) |
Creates a new object that is a copy of the current instance.
|
protectedvirtual |
Implements the copy mechanism of this class.
Reimplemented from PdfSharp.Pdf.Content.Objects.CObject.
override string PdfSharp.Pdf.Content.Objects.COperator.ToString | ( | ) |
Returns a string that represents the current operator.
|
get |
Gets or sets the name of the operator
The name.
|
get |
Gets the operator description for this instance.
|
get |
Gets or sets the operands.
The operands.