MarkdownOptions
Leave feedback
On this page
Options for conversion to markdown file type.
public sealed class MarkdownOptions : ValueObject
| Name | Description |
|---|---|
| MarkdownOptions() | Initializes new instance of MarkdownOptions class. |
| Name | Description |
|---|---|
| ExportImagesAsBase64 { get; set; } | Export images as base64. Default is true. Ignored when ImageSavingCallback is set. |
| ImageSavingCallback { get; set; } | Callback invoked once per image while saving Markdown. Lets the caller persist images externally and substitute the URI embedded in the document. Takes precedence over ExportImagesAsBase64 when not null. |
| Name | Description |
|---|---|
| override Equals(object) | Determines whether two object instances are equal. |
| virtual Equals(ValueObject) | Determines whether two object instances are equal. |
| override GetHashCode() | Serves as the default hash function. |
- class ValueObject
- namespace GroupDocs.Conversion.Options.Convert
- assembly GroupDocs.Conversion
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.