| HtmlSaveOptionsCustomResourceSavingStrategy Field |
This field can contain saving strategy
that must be used (if present) during conversion
for customized handling of created referenced resource
files (like images and fonts) related to nodes of saved HTML.
That strategy must process resources
and return string that represents desirable URL of saved resource
in generated HTML.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic HtmlSaveOptionsResourceSavingStrategy CustomResourceSavingStrategy
Public CustomResourceSavingStrategy As HtmlSaveOptionsResourceSavingStrategy
public:
HtmlSaveOptionsResourceSavingStrategy^ CustomResourceSavingStrategy
val mutable CustomResourceSavingStrategy: HtmlSaveOptionsResourceSavingStrategy
Field Value
Type:
HtmlSaveOptionsResourceSavingStrategy
See Also