Table of Contents

Class CObject

Namespace
PdfSharp.Pdf.Content.Objects
Assembly
PdfSharp-gdi.dll

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

CObject

Copy()

Implements the copy mechanism. Must be overridden in derived classes.

protected virtual CObject Copy()

Returns

CObject