get_SlideNumberFormat()

MarkdownSaveOptions::get_SlideNumberFormat() method

Gets the format string used for slide number headers in Markdown output. The format must include the "{0}" placeholder, which will be replaced with the slide index during export. Example: "# Slide {0}" will produce "# Slide 1", "# Slide 2", etc.

System::String Aspose::Slides::Export::MarkdownSaveOptions::get_SlideNumberFormat()

See Also