HtmlSaveOptions.CustomCssSavingStrategy

HtmlSaveOptions.CustomCssSavingStrategy field

This field can contain saving strategy that must be used (if present) during conversion of Pdf to Html for handling of saving of CSSes related to created HTML document as whole or to it’s pages(if several HTMLpages are generated) If You want handle CSS file in some specific way, that just please create relevant method and assign delegate created from it to this property.

public CssSavingStrategy CustomCssSavingStrategy;

See Also