Property EmbedImages
EmbedImages
Gets or sets a value indicating whether image bytes are written into the markup as data:
URLs. The default is true.
public bool EmbedImages { get; set; }
Property Value
Remarks
Set it false when a host serves the bytes itself — a viewer that pages through a long report will want to, because base64 is a third larger than the bytes and the markup is re-sent on every page. The image keeps its box and its region either way, and GetData() is where the bytes are.