MarkupWriter.WriteImage Method

Namespace
Kampute.DocToolkit.IO.Writers
Assembly
  • Kampute.DocToolkit.dll

Definition

Writes an image as an embedded link in the format of the target document using the specified URL and an optional title.
public abstract void WriteImage(Uri imageUrl, string title = null)

Parameters

imageUrl Uri
The Uri representing the image's URL.
title string optional
The title of the image, or null to omit the title.