PDFsharp-net6

PdfItem

Namespace: PdfSharp.Pdf

The base class of all PDF objects and simple PDF types.

public abstract class PdfItem : System.ICloneable

Inheritance ObjectPdfItem
Implements ICloneable

Methods

Clone()

Creates a copy of this object.

public PdfItem Clone()

Returns

PdfItem

Copy()

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

protected object Copy()

Returns

Object

WriteObject(PdfWriter)

When overridden in a derived class, appends a raw string representation of this object to the specified PdfWriter.

internal abstract void WriteObject(PdfWriter writer)

Parameters

writer PdfWriter