EmbedResources Property (HtmlConverterSettings)
Gets or sets a value indicating whether converter must embed resources to a HTML file.
'Declaration
Public Property EmbedResources As Boolean
public bool EmbedResources { get; set; }
public: __property bool get_EmbedResources();
public: __property void set_EmbedResources(
bool
);
public:
property bool EmbedResources {
bool get();
void set(bool );
}
Property Value
True if converter must embed resources (all styles will be added to header of HTML file; all images will be converted to a base64-strings and embedded into HTML file) to a HTML file; otherwise, false.
This property has effect only if converter saves HTML content to a file.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5