set_SlideNumberFormat()

MarkdownSaveOptions::set_SlideNumberFormat(System::String) method

Sets 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.

void Aspose::Slides::Export::MarkdownSaveOptions::set_SlideNumberFormat(System::String value)

See Also