Aspose::Words::Saving::MarkdownSaveOptions::get_ExportImagesAsBase64 method

MarkdownSaveOptions::get_ExportImagesAsBase64 method

Specifies whether images are saved in Base64 format to the output file. Default value is false.

bool Aspose::Words::Saving::MarkdownSaveOptions::get_ExportImagesAsBase64() const

Remarks

When this property is set to true images data are exported directly into the img elements and separate files are not created.

See Also