HtmlSaveOptionsEmbedResources Property |
Defines whether need embed resources in html content when saving or not.
Default value is true.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public bool EmbedResources { get; set; }
Public Property EmbedResources As Boolean
Get
Set
public:
property bool EmbedResources {
bool get ();
void set (bool value);
}
member EmbedResources : bool with get, set
Property Value
Type:
BooleanSee Also