PdfSharp-WPF
1.31.7289
|
Base class for all PDF content stream objects. More...
Public Member Functions | |
CObject | Clone () |
Creates a new object that is a copy of the current instance. More... | |
Protected Member Functions | |
CObject () | |
Initializes a new instance of the CObject class. More... | |
virtual CObject | Copy () |
Implements the copy mechanism. Must be overridden in derived classes. More... | |
Base class for all PDF content stream objects.
|
protected |
Initializes a new instance of the CObject class.
CObject PdfSharp.Pdf.Content.Objects.CObject.Clone | ( | ) |
Creates a new object that is a copy of the current instance.
|
protectedvirtual |
Implements the copy mechanism. Must be overridden in derived classes.
Reimplemented in PdfSharp.Pdf.Content.Objects.COperator, PdfSharp.Pdf.Content.Objects.CArray, PdfSharp.Pdf.Content.Objects.CName, PdfSharp.Pdf.Content.Objects.CString, PdfSharp.Pdf.Content.Objects.CReal, PdfSharp.Pdf.Content.Objects.CInteger, PdfSharp.Pdf.Content.Objects.CNumber, PdfSharp.Pdf.Content.Objects.CSequence, and PdfSharp.Pdf.Content.Objects.CComment.