Delegate HtmlSaveOptions.CssSavingStrategy
HtmlSaveOptions.CssSavingStrategy 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
public delegate void CssSavingStrategy(CssSavingInfo partSavingInfo);
Parameter | Type | Description |
---|---|---|
partSavingInfo | CssSavingInfo | represents set of data that can be used for saving of supplied CSS part |
See Also
- class CssSavingInfo
- class HtmlSaveOptions
- namespace Aspose.Pdf
- assembly Aspose.PDF