PDFsharp-net6

CNumber

Namespace: PdfSharp.Pdf.Content.Objects

Represents the base class for numerical objects in a PDF content stream.

public abstract class CNumber : CObject, System.ICloneable

Inheritance ObjectCObjectCNumber
Implements ICloneable

Methods

Clone()

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

public CNumber Clone()

Returns

CNumber

Copy()

Implements the copy mechanism of this class.

protected CObject Copy()

Returns

CObject