Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IImageCodeContent.cs
1using System.Threading.Tasks;
3
5{
9 public interface IImageCodeContent : ICodeContent
10 {
18 Task<PixelInformation> GenerateImage(string[] Rows, string Language, MarkdownDocument Document);
19 }
20}
Contains a markdown document. This markdown document class supports original markdown,...
Interface for all markdown handlers of code content.
Definition: ICodeContent.cs:9
Interface for all markdown handlers of code content that generates an image output.
Task< PixelInformation > GenerateImage(string[] Rows, string Language, MarkdownDocument Document)
Generates an image of the contents.