ICssSavingCallback

ICssSavingCallback

Overview

ICssSavingCallback is a interface in Aspose.Words FOSS for .NET.

Implement this interface if you want to control how Aspose.Words saves CSS (Cascading Style Sheet) when saving a document to HTML.

This interface provides 1 method for working with ICssSavingCallback objects in .NET programs. Available methods include: CssSaving. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.

Methods

SignatureDescription
CssSaving(args: CssSavingArgs)Called when Aspose.Words saves an CSS (Cascading Style Sheet).

See Also