Gets or sets whether or not the images content will be contained inside the html file as Base64, or inside a different stream.
Syntax
'Declaration
Public Property EmbedImages As Boolean
public bool EmbedImages {get; set;}
Property Value
A boolean value indicating whether or not to write the images content to a different stream, or embed it in the html file.
See Also