ICssSavingCallback Interface

Aspose.Note for .NET API

ICssSavingCallback Interface

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

Namespace:  Aspose.Note.Saving.Html
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public interface ICssSavingCallback
Public Interface ICssSavingCallback
public interface class ICssSavingCallback
type ICssSavingCallback =  interface end

The ICssSavingCallback type exposes the following members.

Methods
  NameDescription
Public methodCssSaving
Called when Aspose.Note saves an CSS(Cascading Style Sheet).
Top
See Also