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);
ParameterTypeDescription
partSavingInfoCssSavingInforepresents set of data that can be used for saving of supplied CSS part

See Also