EmbedImages
IHtml5Options.EmbedImages-Eigenschaft
Gibt die Option zum Einbetten von Bildern zurück oder setzt sie. Lese-/Schreib-Boolean.
public bool EmbedImages { get; set; }
Beispiele
Beispiel:
[C#]
using (Presentation pres = new Presentation("demo.pptx"))
{
pres.Save("demo-linked-images.html", SaveFormat.Html5, new Html5Options()
{
EmbedImages = false
});
}
Siehe auch
- Schnittstelle IHtml5Options
- Namespace Aspose.Slides.Export
- Assembly Aspose.Slides