HtmlWriter.WriteImage Method

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

Definition

Writes an image using the specified URL and an optional title.
public override 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.