HtmlSaveOptionsCustomCssSavingStrategy 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.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic HtmlSaveOptionsCssSavingStrategy CustomCssSavingStrategy
Public CustomCssSavingStrategy As HtmlSaveOptionsCssSavingStrategy
public:
HtmlSaveOptionsCssSavingStrategy^ CustomCssSavingStrategy
val mutable CustomCssSavingStrategy: HtmlSaveOptionsCssSavingStrategy
Field Value
Type:
HtmlSaveOptionsCssSavingStrategy
See Also