MhtSaveOptionsSkipInlineImages Property |
Defines whether skip references on images at saving in mhtml or not.
Default value is false.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic bool SkipInlineImages { get; set; }
Public Property SkipInlineImages As Boolean
Get
Set
public:
property bool SkipInlineImages {
bool get ();
void set (bool value);
}
member SkipInlineImages : bool with get, set
Property Value
Type:
Boolean
See Also