MarkdownWriter.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
imageUrlUri- The Uri representing the image's URL.
titlestring optional- The title of the image, or
nullto omit the title.
Exceptions
- ArgumentNullException
- Thrown when
imageUrlisnull.
