PdfSharp-GDI  1.31.7289
PdfSharp.Pdf.Content.Objects.COperator Class Reference

Represents an operator a PDF content stream. More...

Inheritance diagram for PdfSharp.Pdf.Content.Objects.COperator:
PdfSharp.Pdf.Content.Objects.CObject

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...
 
- Public Member Functions inherited from PdfSharp.Pdf.Content.Objects.CObject
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...
 
- Protected Member Functions inherited from PdfSharp.Pdf.Content.Objects.CObject
 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...
 

Detailed Description

Represents an operator a PDF content stream.

Constructor & Destructor Documentation

◆ COperator()

PdfSharp.Pdf.Content.Objects.COperator.COperator ( )
protected

Initializes a new instance of the COperator class.

Member Function Documentation

◆ Clone()

new COperator PdfSharp.Pdf.Content.Objects.COperator.Clone ( )

Creates a new object that is a copy of the current instance.

◆ Copy()

override CObject PdfSharp.Pdf.Content.Objects.COperator.Copy ( )
protectedvirtual

Implements the copy mechanism of this class.

Reimplemented from PdfSharp.Pdf.Content.Objects.CObject.

◆ ToString()

override string PdfSharp.Pdf.Content.Objects.COperator.ToString ( )

Returns a string that represents the current operator.

Property Documentation

◆ Name

virtual string PdfSharp.Pdf.Content.Objects.COperator.Name
get

Gets or sets the name of the operator

The name.

◆ OpCode

OpCode PdfSharp.Pdf.Content.Objects.COperator.OpCode
get

Gets the operator description for this instance.

◆ Operands

CSequence PdfSharp.Pdf.Content.Objects.COperator.Operands
get

Gets or sets the operands.

The operands.


The documentation for this class was generated from the following file: