SaveFormat

MarkdownSaveOptions.SaveFormat property

Specifies the format in which the document will be saved if this save options object is used. Can only be Markdown.

public override SaveFormat SaveFormat { get; set; }

See Also