Class CObject
Base class for all PDF content stream objects.
public abstract class CObject : ICloneable
- Inheritance
-
CObject
- Implements
- Derived
- Inherited Members
Constructors
CObject()
Initializes a new instance of the CObject class.
protected CObject()
Methods
Clone()
Creates a new object that is a copy of the current instance.
public CObject Clone()
Returns
Copy()
Implements the copy mechanism. Must be overridden in derived classes.
protected virtual CObject Copy()