[]
Gets or sets whether or not the images content will be contained inside the html file as Base64, or inside a different stream.
[TypeConverter(typeof())]
public bool EmbedImages { get; set; }
Type | Description |
---|---|
bool | A boolean value indicating whether or not to write the images content to a different stream, or embed it in the html file. |