Click or drag to resize
HtmlSaveOptionsCssSavingStrategy Delegate
You can assign to this property custom strategy that implements processing or/and saving of one CSS's part that was created during conversion of PDF to HTML . In such case processing (like saving to stream or disk) must be done in that custom code

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public delegate void CssSavingStrategy(
	HtmlSaveOptionsCssSavingInfo partSavingInfo
)

Parameters

partSavingInfo
Type: Aspose.PdfHtmlSaveOptionsCssSavingInfo
represents set of data that can be used for saving of supplied CSS part
See Also