Table of Contents

Class PdfEmbeddedFont

Namespace
nebulae.dotPDFium
Assembly
dotPDFium.dll
public sealed class PdfEmbeddedFont : PdfFont, IDisposable
Inheritance
PdfEmbeddedFont
Implements
Inherited Members

Methods

Dispose(bool)

Releases the resources used by the current instance of the class.

protected override void Dispose(bool disposing)

Parameters

disposing bool

Are we disposing managed objects?

Remarks

This method should be called when the instance is no longer needed to free unmanaged resources. It ensures that any associated native resources are properly released based on the type of the object.

Exceptions

InvalidOperationException

Thrown if the object type is not supported for disposal.