Skip to main content
All docs
V25.1
  • PdfExportOptions.ExportHiddenSlides Property

    Gets or sets whether to export presentation’s hidden slides.

    Namespace: DevExpress.Docs.Presentation.Export

    Assembly: DevExpress.Docs.Presentation.v25.1.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool ExportHiddenSlides { get; set; }

    Property Value

    Type Description
    Boolean

    trueto export hidden slides, otherwise, false.

    See Also