Class Renderer

Class Renderer

名称: Aspose.Html.Rendering セットアップ: Aspose.HTML.dll (25.4.0)

すべてのレンダーのためのベースクラスを表し、IDisposable インターフェイスを実装します。

[ComVisible(true)]
public class Renderer : IDisposable

Inheritance

object Renderer

Derived

Renderer

Implements

IDisposable

相続人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

Renderer()

public Renderer()

Methods

Dispose()

管理されていないリソースをリリースし、オプションで管理されます。

public void Dispose()

Dispose(ボール)

管理されていないリソースをリリースし、オプションで管理されます。

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

管理された資源と管理されていない資源の両方をリリースするための「真実」、管理されていない資源のみをリリースするための「偽」。

 日本語