1. GroupDocs.Markdown
  2. /
  3. GroupDocs.Markdown for .NET
  4. /
  5. GroupDocs.Markdown
  6. /
  7. ImageExportContext

ImageExportContext

ImageExportContext class

Contains read-only information about a single image encountered during conversion. Passed to GetImageStream.

public class ImageExportContext

Properties

Name Description
ImageFileName { get; } Gets the image file name (without directory path). The default value is generated by the library in the format img-001.png.

See Also