PDFsharp-net6

CObject

Namespace: PdfSharp.Pdf.Content.Objects

Base class for all PDF content stream objects.

public abstract class CObject : System.ICloneable

Inheritance ObjectCObject
Implements ICloneable

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 CObject Copy()

Returns

CObject

WriteObject(ContentWriter)

internal abstract void WriteObject(ContentWriter writer)

Parameters

writer ContentWriter